Skip to content

Commit

Permalink
Merge pull request #106 from ifad/chore/skip-git-in-test-app
Browse files Browse the repository at this point in the history
Improve tests
  • Loading branch information
vjt authored Sep 18, 2020
2 parents 486b390 + 8c38e22 commit 65b43f9
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 @@ -16,7 +16,7 @@ namespace :testapp do
FileUtils.mkdir_p('tmp/aruba')
Dir.chdir('tmp') do
FileUtils.rm_rf('railsapp')
sh 'rails new railsapp --skip-bundle --skip-webpack-install'
sh 'rails new railsapp --skip-bundle --skip-webpack-install --skip-git'
end
FileUtils.cp_r('spec/aruba/fixtures/railsapp/.', 'tmp/railsapp/')
FileUtils.rm('tmp/railsapp/Gemfile')
Expand Down

0 comments on commit 65b43f9

Please sign in to comment.