spec/models/transaction_spec.rb in atrium-ruby-2.10.1 vs spec/models/transaction_spec.rb in atrium-ruby-2.10.2
- old
+ new
@@ -133,9 +133,15 @@
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
+ describe 'test attribute "is_subscription"' do
+ it 'should work' do
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
+ end
+ end
+
describe 'test attribute "latitude"' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end