We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08bb7c commit 628f321Copy full SHA for 628f321
Rakefile
@@ -38,8 +38,7 @@ def run_with_gemfile(gemfile)
38
Bundler.with_original_env do
39
begin
40
sh "BUNDLE_GEMFILE='#{gemfile}' bundle install --quiet"
41
- Rake.application['app:db:create'].invoke
42
- Rake.application['app:db:test:prepare'].invoke
+ Rake.application['prepare_test_env'].invoke
43
sh "BUNDLE_GEMFILE='#{gemfile}' bundle exec rake spec"
44
ensure
45
Rake.application['app:db:drop:all'].execute
0 commit comments