summaryrefslogtreecommitdiff
path: root/spec/models/users_group_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/models/users_group_spec.rb')
-rw-r--r--spec/models/users_group_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/models/users_group_spec.rb b/spec/models/users_group_spec.rb
index 9264f2bc034..acecae07146 100644
--- a/spec/models/users_group_spec.rb
+++ b/spec/models/users_group_spec.rb
@@ -6,8 +6,8 @@
# group_access :integer not null
# group_id :integer not null
# user_id :integer not null
-# created_at :datetime not null
-# updated_at :datetime not null
+# created_at :datetime
+# updated_at :datetime
# notification_level :integer default(3), not null
#