Skip to content

Commit

Permalink
bundle install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chad Pytel committed Jun 11, 2010
1 parent fb846a4 commit 61329bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -64,7 +64,7 @@ namespace :generator do

desc "Run the clearance generator"
task :clearance do
system "cd test/rails_root && ./script/rails generate clearance && rake db:migrate db:test:prepare"
system "cd test/rails_root && bundle install && ./script/rails generate clearance && rake db:migrate db:test:prepare"
end

desc "Run the clearance features generator"
Expand Down

0 comments on commit 61329bd

Please sign in to comment.