Skip to content

Commit

Permalink
Fix generator task
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Sep 10, 2010
1 parent f8b0f3c commit cd222d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rspec_generator_task.rb
Expand Up @@ -37,7 +37,7 @@
gem 'sqlite3-ruby'
gem 'rspec', '~>2.0.0.beta.20'
gem 'rspec-rails', '~>2.0.0.beta.20'
gem 'resources_controller', :git => '../../../resources_controller/'
gem 'resources_controller', :git => "#{File.expand_path('../../../..', __FILE__)}"
EOD
end
system "bundle"
Expand Down

0 comments on commit cd222d8

Please sign in to comment.