Skip to content

Commit

Permalink
Fix rspec specific Gemspecs to work on cold cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj committed Mar 5, 2014
1 parent 6873fb4 commit 911a0c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion test_app/Gemfile.rspec2
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
source 'https://rubygems.org'

gem 'rspec', '~> 2.14.1'
gem 'mutant', path: '../.'
gem 'mutant', path: '../'
3 changes: 2 additions & 1 deletion test_app/Gemfile.rspec3
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
source 'https://rubygems.org'
gem 'rspec', '~> 3.0.0.beta2'
gem 'mutant', path: '../.'
gem 'mutant', path: '../'

0 comments on commit 911a0c0

Please sign in to comment.