Skip to content

Commit

Permalink
Update rspec-rails to 3.4.2
Browse files Browse the repository at this point in the history
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
pixeltrix committed Feb 2, 2016
1 parent 7db86a2 commit 36bfadc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -242,15 +242,15 @@ GEM
rspec-core (~> 3.4.0)
rspec-expectations (~> 3.4.0)
rspec-mocks (~> 3.4.0)
rspec-core (3.4.1)
rspec-core (3.4.2)
rspec-support (~> 3.4.0)
rspec-expectations (3.4.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-mocks (3.4.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-rails (3.4.1)
rspec-rails (3.4.2)
actionpack (>= 3.0, < 4.3)
activesupport (>= 3.0, < 4.3)
railties (>= 3.0, < 4.3)
Expand Down

0 comments on commit 36bfadc

Please sign in to comment.