summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2019-11-24 16:14:18 +0100
committerKornelius Kalnbach <murphy@rubychan.de>2019-11-24 16:14:18 +0100
commit77734f6cfa1d90b80c53ac71c880dc5978e58dd7 (patch)
treeb17a783efd9bda6b8425e3cc25a585e7a71024cf
parent1962f994113aec922cb3b1902ca1dc77f78de930 (diff)
downloadcoderay-77734f6cfa1d90b80c53ac71c880dc5978e58dd7.tar.gz
fix tests for Ruby Enterprise Edition?
-rw-r--r--spec/spec_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 9c1bc72..66f4127 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -29,7 +29,7 @@ RSpec.configure do |config|
# ...rather than:
# # => "be bigger than 2"
expectations.include_chain_clauses_in_custom_matcher_descriptions = true
- end
+ end if RUBY_VERSION >= '1.9'
# rspec-mocks config goes here. You can use an alternate test double
# library (such as bogus or mocha) by changing the `mock_with` option here.