Skip to content

Commit

Permalink
Generated rails app no longer requires a JS runtime.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Nov 2, 2011
1 parent c47557c commit 22740fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions features/step_definitions/rails_steps.rb
Expand Up @@ -19,6 +19,8 @@
When I run `rails new #{APP_NAME}`
And I cd to "#{APP_NAME}"
And I comment out the gem "turn" from the Gemfile
And I comment out the gem "coffee-rails" from the Gemfile
And I comment out the gem "uglifier" from the Gemfile
And I reset Bundler environment variable
And I set the "BUNDLE_GEMFILE" environment variable to "Gemfile"
And I successfully run `bundle install --local`
Expand Down

0 comments on commit 22740fd

Please sign in to comment.