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