Skip to content

Commit

Permalink
Move testing gems into the test group.
Browse files Browse the repository at this point in the history
  • Loading branch information
jagthedrummer committed Dec 29, 2011
1 parent 57716c3 commit 5e91ec8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Gemfile
@@ -1,8 +1,8 @@
source "http://rubygems.org"

gem "rails", ">=3.0.0"
gem "capybara", ">= 0.3.9"
gem "webrat"



#puts "phocoder-rails : RUBY_VERSION = #{RUBY_VERSION}"
#puts RUBY_VERSION < '1.9'
Expand Down Expand Up @@ -32,6 +32,8 @@ group :development do
end

group :test do
gem "webrat"
gem "capybara", ">= 0.3.9"
gem "sqlite3-ruby", :require => "sqlite3"
gem 'rspec', '2.4.0'
gem 'rspec-rails', '2.4.1'
Expand Down

0 comments on commit 5e91ec8

Please sign in to comment.