spec/support/shared_examples/operator/dual_term.rb in danica-2.0.4 vs spec/support/shared_examples/operator/dual_term.rb in danica-2.0.5
- old
+ new
@@ -34,10 +34,10 @@
it do
expect(subject.to_f).to be_a(Float)
end
end
- context 'when one the variables are numbers' do
+ context 'when one of the variables is number' do
before do
variables[0] = values[0]
end
it "returns the #{name} of the values" do