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