RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: markmcconachie
Site: markmcconachie.com
I just released a ruby gem to integrate normalize.css with the asset pipeline.
https://github.com/markmcconachie/normalize-rails
What do you not like about the solutions in the previous episodes?
I like your test style as you don't really refactor your tests. This leaves them really 'readable'. Great episode! Thanks you!
I personally think that it works well in models, but in request specs you end up having to refector pretty heavily to make it efficient.
I do aim for 1 assertion per test in the model though...
I just released a ruby gem to integrate normalize.css with the asset pipeline.
https://github.com/markmcconachie/normalize-rails
What do you not like about the solutions in the previous episodes?
I like your test style as you don't really refactor your tests. This leaves them really 'readable'. Great episode! Thanks you!
I personally think that it works well in models, but in request specs you end up having to refector pretty heavily to make it efficient.
I do aim for 1 assertion per test in the model though...