spec/models/comment_spec.rb in phrase-2.0.0 vs spec/models/comment_spec.rb in phrase-2.1.0
- old
+ new
@@ -48,6 +48,12 @@
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
+ describe 'test attribute "mentioned_users"' do
+ it 'should work' do
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
+ end
+ end
+
end