Replacing controller specs in Rails apps, part 2: Features
Part two of my series on replacing RSpec controller tests is now up at Everyday Rails. This time I switch out some complicated controller specs for an easy-to-read feature example, removing dependencies on deprecated helpers like assigns and assert_template.
Post a comment