diff options
Diffstat (limited to 'spec/models/group_spec.rb')
| -rw-r--r-- | spec/models/group_spec.rb | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/spec/models/group_spec.rb b/spec/models/group_spec.rb index 5ae40658823..6ae2cb20169 100644 --- a/spec/models/group_spec.rb +++ b/spec/models/group_spec.rb @@ -2,12 +2,12 @@  #  # Table name: groups  # -#  id         :integer         not null, primary key -#  name       :string(255)     not null -#  code       :string(255)     not null -#  owner_id   :integer         not null -#  created_at :datetime        not null -#  updated_at :datetime        not null +#  id         :integer          not null, primary key +#  name       :string(255)      not null +#  code       :string(255)      not null +#  owner_id   :integer          not null +#  created_at :datetime         not null +#  updated_at :datetime         not null  #  require 'spec_helper'  | 
