Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The changes in rspec-rails 3.4.1 to fix the problems with Rails 4.2.5.1 introduced a performance regression due to template lookup not being cached. Timing tests show that it doesn't really affect our controller specs (probably due to the large amounts of factories created) but it's a minimal change so worth having.
- Loading branch information