Skip to content

Commit

Permalink
Dev: don't generate rails files we don't need
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed May 7, 2011
1 parent d756e02 commit 0bac5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -84,7 +84,7 @@ namespace :generate do
desc "generate a fresh app with rspec installed"
task :app do |t|
unless File.directory?('./tmp/example_app')
sh "rails new ./tmp/example_app"
sh "rails new ./tmp/example_app --skip-test-unit --skip-javascript --skip-gemfile --skip-git"
bindir = File.expand_path("gemfiles/bin")
if test ?d, bindir
Dir.chdir("./tmp/example_app") do
Expand Down

0 comments on commit 0bac5cc

Please sign in to comment.