Skip to content

Commit 31c6305

Browse files
committed
Change the name of the db:prepare task to db:test:prepare
1 parent a730a34 commit 31c6305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RSpec::Core::RakeTask.new
1616

1717
task 'suite:run' do
1818
Rake::Task[:spec].invoke
19-
Rake::Task['db:prepare'].invoke
19+
Rake::Task['db:test:prepare'].invoke
2020
Rake::Task[:cucumber].invoke
2121
end
2222

0 commit comments

Comments
 (0)