spec/models/user_spec.rb in phrase-2.0.0 vs spec/models/user_spec.rb in phrase-2.1.0
- old
+ new
@@ -36,15 +36,9 @@
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
- describe 'test attribute "email"' do
- it 'should work' do
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
- end
- end
-
describe 'test attribute "position"' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end