spec/models/transaction_spec.rb in atrium-ruby-2.5.0 vs spec/models/transaction_spec.rb in atrium-ruby-2.6.0

- old
+ new

@@ -163,9 +163,15 @@ it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end + describe 'test attribute "merchant_guid"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + describe 'test attribute "original_description"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end