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 0f3f205 commit ad7c866Copy full SHA for ad7c866
elasticsearch-transport/Rakefile
@@ -34,6 +34,7 @@ namespace :test do
34
end
35
36
task :spec => :wait_for_green
37
+ RSpec::Core::RakeTask.new(:spec)
38
39
Rake::TestTask.new(:unit) do |test|
40
test.libs << 'lib' << 'test'
@@ -45,7 +46,7 @@ namespace :test do
45
46
Rake::TestTask.new(:integration) do |test|
47
48
test.test_files = FileList["test/integration/**/*_test.rb"]
- test.deps = [ :wait_for_green, :spec ]
49
+ test.deps = [ 'test:wait_for_green', 'test:spec' ]
50
test.verbose = false
51
test.warning = false
52
0 commit comments