-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
How do we want to test *new* Rails applications? #1240
Comments
Just as another datapoint, I asked on Blue Sky during Rubyconf what test framework people use and where would they like to see thoughtbot's investment to Rails testing open source go, and it was unanimously "rspec". To the degree that it's "so default" no one ever thinks about it. |
In terms of developer experience:
|
In the context of Suspenders, that may not be relevant, since we'd be generating a new application.
There's a whole section in the Guides dedicated to testing, which I personally think is valuable. |
I do really like RSpec (I'm with @JoelQ on all of his points).
Yeah. I was thinking about this the other day, when I was, for the nth time going around in circles trying to find something I knew existed in some form but couldn't quite remember. I'm not sure how to go about it (as in: I don't know what improvements I'd make), but it's been bouncing around my head the last few weeks. |
In #1156 we opted for RSpec over the default test framework.
I think it's good to challenge this decision from time to time, since the decision wasn't unanimous.
Below are some questions that I think could guide this decision.
The text was updated successfully, but these errors were encountered: