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

Use RSpec for testing #2219

Open
namangupta01 opened this issue Feb 3, 2018 · 5 comments
Open

Use RSpec for testing #2219

namangupta01 opened this issue Feb 3, 2018 · 5 comments

Comments

@namangupta01
Copy link
Member

We are currently using old way of testing. I think we can replace this with newer way of testing and there is one of the gem called RSpec Gem which is very famous for rails testing.
It makes writing of tests easier and more defined.
It is very easy to find which test is failed and where because we use things like describe and context which makes the tests lot easier to read and write.

@jywarren
Copy link
Member

jywarren commented Feb 5, 2018 via email

@namangupta01
Copy link
Member Author

Hey @jywarren
Yes, it would require a significant amount (a lot ) of work. But we can can implement it slowly on different branch so that our current branch don't get break until it gets complete.

@jywarren
Copy link
Member

jywarren commented Feb 6, 2018 via email

@namangupta01
Copy link
Member Author

No, we can do it in parts!

@StlMaris123
Copy link
Collaborator

@namangupta01 @jywarren, just thinking about this feature. Well minitest is the testing framework for rails right? Why should we move to gem rspec yet they basically doing the same thing?

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

No branches or pull requests

3 participants