Commit 7088f5b9 by Prem Sichanugrist

Skip bundler on app generation to speed up

parent e1951ed0
Given /^I generate a new rails application$/ do Given /^I generate a new rails application$/ do
steps %{ 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 cd to "#{APP_NAME}"
And I turn off class caching And I turn off class caching
And I write to "Gemfile" with: And I write to "Gemfile" with:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment