spec/models/symbol_spec.rb in snaptrade-1.17.12 vs spec/models/symbol_spec.rb in snaptrade-1.17.13

- old
+ new

@@ -61,6 +61,12 @@ it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end + describe 'test attribute "figi_code"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + end