We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1962f99 commit 77734f6Copy full SHA for 77734f6
spec/spec_helper.rb
@@ -29,7 +29,7 @@
29
# ...rather than:
30
# # => "be bigger than 2"
31
expectations.include_chain_clauses_in_custom_matcher_descriptions = true
32
- end
+ end if RUBY_VERSION >= '1.9'
33
34
# rspec-mocks config goes here. You can use an alternate test double
35
# library (such as bogus or mocha) by changing the `mock_with` option here.
0 commit comments