diff --git a/src/ruby/.rspec b/src/ruby/.rspec index dd579f7a1373cdf7f67110df61c8f3e8de4be97b..cd7c5fb5b2120f488382529ca86d220c985f5662 100755 --- a/src/ruby/.rspec +++ b/src/ruby/.rspec @@ -1,2 +1,4 @@ -I. --require spec_helper +--format documentation +--color diff --git a/src/ruby/spec/spec_helper.rb b/src/ruby/spec/spec_helper.rb index 101165c146fb083075391843f04472a13129bc09..270d2e97d32b4fa5791f03abc59b5f584a202573 100644 --- a/src/ruby/spec/spec_helper.rb +++ b/src/ruby/spec/spec_helper.rb @@ -53,3 +53,5 @@ RSpec.configure do |config| include RSpec::LoggingHelper config.capture_log_messages end + +RSpec::Expectations.configuration.warn_about_potential_false_positives = false