Skip to content

Commit

Permalink
fix specs
Browse files Browse the repository at this point in the history
  • Loading branch information
razum2um committed May 12, 2014
1 parent 1d8c5ed commit 947dd92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ namespace :generate do
task :app do |t|
if needs_generation?
sh "bundle exec rails new #{EXAMPLE_APP} -d postgresql -m #{File.expand_path '../templates/lurker_app.rb', __FILE__} --skip-javascript --skip-git --skip-test-unit --skip-keeps --skip-bundle --quiet"
in_lurker_app "bundle config --local local.lurker $PWD/../.."
in_lurker_app "bundle config --local local.lurker $PWD/../.." unless ENV['TRAVIS']
in_lurker_app "bundle install"
%w[rake rspec-core spring].each do |gem|
in_lurker_app "bundle binstubs #{gem}"
Expand Down

0 comments on commit 947dd92

Please sign in to comment.