Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.

Commit

Permalink
Moved webmock to a separate test group.
Browse files Browse the repository at this point in the history
Prevent webmock from overwriting HTTP requests during development.
  • Loading branch information
Tommi Lew committed Jun 19, 2012
1 parent 8be67f1 commit 5684372
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile
Expand Up @@ -15,5 +15,8 @@ group :test, :development do
gem 'mysql', '~> 2.8.1' gem 'mysql', '~> 2.8.1'
gem 'rspec', '~> 2.7.0' gem 'rspec', '~> 2.7.0'
gem 'rspec-rails', '~> 2.7.0' gem 'rspec-rails', '~> 2.7.0'
gem 'webmock', '~> 1.7.10' end

group :test do
gem 'webmock', '~> 1.7.10'
end end

0 comments on commit 5684372

Please sign in to comment.