You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there are no specs for Add, Mul and Pow. The operators are tested in basic_spec.rb but only checked if they are a Basic. New spec files should be created (eg. add_spec.rb, mul_spec.rb and pow_spec.rb) that check the result of binary operations specifically to be an instance of Add, Mul or Pow and the tests also need to be moved out of basic_spec.rb
Currently there are no specs for
Add
,Mul
andPow
. The operators are tested inbasic_spec.rb
but only checked if they are aBasic
. New spec files should be created (eg.add_spec.rb
,mul_spec.rb
andpow_spec.rb
) that check the result of binary operations specifically to be an instance ofAdd
,Mul
orPow
and the tests also need to be moved out ofbasic_spec.rb
The source was covered in #17 .
The text was updated successfully, but these errors were encountered: