spec/models/locale_details_spec.rb in phrase-2.7.1 vs spec/models/locale_details_spec.rb in phrase-2.7.2
- old
+ new
@@ -66,9 +66,15 @@
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
+ describe 'test attribute "fallback_locale"' do
+ it 'should work' do
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
+ end
+ end
+
describe 'test attribute "created_at"' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end