spec/models/institution_spec.rb in atrium-ruby-2.10.5 vs spec/models/institution_spec.rb in atrium-ruby-2.10.6

- old
+ new

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