spec/models/job_spec.rb in phrase-1.0.4 vs spec/models/job_spec.rb in phrase-1.0.5

- old
+ new

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