Skip to content

Commit 94d0b28

Browse files
committed
[MODEL] Disable "verbose" and "warnings" in integration tests
1 parent 1576124 commit 94d0b28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

elasticsearch-model/Rakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ namespace :test do
2626
Rake::Task['test:ci_reporter'].invoke if ENV['CI']
2727
test.libs << 'lib' << 'test'
2828
test.test_files = FileList["test/integration/**/*_test.rb"]
29+
test.verbose = false
30+
test.warning = false
2931
end
3032

3133
desc "Run integration tests against ActiveModel 3 and 4"

0 commit comments

Comments
 (0)