Skip to content

Commit 77734f6

Browse files
committed
fix tests for Ruby Enterprise Edition?
1 parent 1962f99 commit 77734f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# ...rather than:
3030
# # => "be bigger than 2"
3131
expectations.include_chain_clauses_in_custom_matcher_descriptions = true
32-
end
32+
end if RUBY_VERSION >= '1.9'
3333

3434
# rspec-mocks config goes here. You can use an alternate test double
3535
# library (such as bogus or mocha) by changing the `mock_with` option here.

0 commit comments

Comments
 (0)