Skip to content

Commit

Permalink
Moved rspec to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipoertel committed Oct 9, 2011
1 parent dcbd433 commit dbc6619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ gem "rails_autolink", "1.0.2"
gem "draper" # view models / decorators

group :test do
gem "rspec"
gem "fuubar" # better rspec output formatter and immediate test result output
gem "capybara"
gem "autotest"
Expand All @@ -26,6 +25,7 @@ group :test do
end

group :test, :development do
gem "rspec"
gem "rspec-rails"
end

Expand Down

0 comments on commit dbc6619

Please sign in to comment.