Annotated

This commit is contained in:
Dmitriy Zaporozhets 2012-10-09 11:14:17 +03:00
parent dc33f71b18
commit 41e53eb980
28 changed files with 225 additions and 2 deletions

View file

@ -1,3 +1,14 @@
# == Schema Information
#
# Table name: protected_branches
#
# id :integer not null, primary key
# project_id :integer not null
# name :string(255) not null
# created_at :datetime not null
# updated_at :datetime not null
#
require 'spec_helper'
describe ProtectedBranch do