Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tests for Add, Mul and Pow #27

Open
abinashmeher999 opened this issue Mar 29, 2016 · 0 comments
Open

Update tests for Add, Mul and Pow #27

abinashmeher999 opened this issue Mar 29, 2016 · 0 comments

Comments

@abinashmeher999
Copy link
Contributor

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

The source was covered in #17 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant