spec/lib/algebra/set/num_spec.rb in dydx-0.0.4 vs spec/lib/algebra/set/num_spec.rb in dydx-0.0.5
- old
+ new
@@ -1,9 +1,11 @@
require 'spec_helper'
describe Dydx::Algebra::Set::Num do
it{ expect(_(1)).to eq(_(1)) }
it{ expect(_(-1)).to eq(_(-1)) }
+ it{ expect(e0).to eq(e0) }
+ it{ expect(e1).to eq(e1) }
describe '#to_s' do
it{ expect(_(1).to_s).to eq('1') }
end
\ No newline at end of file