spec/models/options_position_spec.rb in snaptrade-2.0.47 vs spec/models/options_position_spec.rb in snaptrade-2.0.48
- old
+ new
@@ -36,16 +36,16 @@
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
- describe 'test attribute "currency"' do
+ describe 'test attribute "average_purchase_price"' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
- describe 'test attribute "average_purchase_price"' do
+ describe 'test attribute "currency"' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end