spec/models/options_position_spec.rb in snaptrade-1.17.1 vs spec/models/options_position_spec.rb in snaptrade-1.17.2
- old
+ new
@@ -49,18 +49,6 @@
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
- describe 'test attribute "open_pnl"' do
- it 'should work' do
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
- end
- end
-
- describe 'test attribute "fractional_units"' do
- it 'should work' do
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
- end
- end
-
end