make sure the fail fast test also have the bootstrap for tests done

Fixes #2237
This commit is contained in:
Pere Urbon-Bayes 2014-12-17 14:03:15 +01:00 committed by Jordan Sissel
parent d63e0ec9eb
commit b1a4c102da

View file

@ -8,7 +8,7 @@ namespace "test" do
RSpec::Core::Runner.run(Rake::FileList["spec/**/*.rb"])
end
task "fail-fast" => [ "bootstrap", "test:prep" ] do
task "fail-fast" => [ "bootstrap:test", "test:prep" ] do
Gem.clear_paths
require "logstash/environment"
LogStash::Environment.set_gem_paths!