spec/models/job_locale_spec.rb in phrase-1.0.9 vs spec/models/job_locale_spec.rb in phrase-1.0.10

- old
+ new

@@ -42,6 +42,12 @@ it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end + describe 'test attribute "completed"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + end