mirror of
https://github.com/pry/pry-rails.git
synced 2022-11-09 12:36:03 -05:00
Fix minor init_test_app bug
This commit is contained in:
parent
d88ed9ae91
commit
b528d94590
1 changed files with 2 additions and 1 deletions
3
Rakefile
3
Rakefile
|
@ -28,7 +28,8 @@ task :init_test_app => 'appraisal:install' do
|
|||
system 'env BUNDLE_GEMFILE=../../gemfiles/rails30.gemfile bundle exec rake db:migrate'
|
||||
|
||||
# Replace generated models
|
||||
cp_r 'test/models/', 'test/app/app/models/'
|
||||
cd '../..'
|
||||
cp_r 'test/models', 'test/app/app/models'
|
||||
end
|
||||
|
||||
desc 'Start the Rails server'
|
||||
|
|
Loading…
Add table
Reference in a new issue