commit | 821e4a757f20181a5a2fbc7be1e7865c283d02d1 | [log] [tgz] |
---|---|---|
author | Tim Emiola <temiola@google.com> | Wed Jun 17 11:57:46 2015 -0700 |
committer | Tim Emiola <temiola@google.com> | Wed Jun 17 11:57:46 2015 -0700 |
tree | f56ec2f6553d592df5743ced76d731818509621b | |
parent | 602424a0a571b40dcc312ff9ef80666bfcde8b8c [diff] [blame] |
Prints test names as ruby tests run
diff --git a/src/ruby/spec/spec_helper.rb b/src/ruby/spec/spec_helper.rb index 101165c..270d2e9 100644 --- a/src/ruby/spec/spec_helper.rb +++ b/src/ruby/spec/spec_helper.rb
@@ -53,3 +53,5 @@ include RSpec::LoggingHelper config.capture_log_messages end + +RSpec::Expectations.configuration.warn_about_potential_false_positives = false