Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Skip bundler on app generation to speed up
Browse files Browse the repository at this point in the history
  • Loading branch information
sikachu committed Mar 30, 2012
1 parent e1951ed commit 7088f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/step_definitions/rails_steps.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Given /^I generate a new rails application$/ do
steps %{
When I run `bundle exec #{new_application_command} #{APP_NAME}`
When I run `bundle exec #{new_application_command} #{APP_NAME} --skip-bundle`
And I cd to "#{APP_NAME}"
And I turn off class caching
And I write to "Gemfile" with:
Expand Down

0 comments on commit 7088f5b

Please sign in to comment.