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 9834ae3 commit a17b6a3Copy full SHA for a17b6a3
spec/spec_helper.rb
@@ -12,13 +12,16 @@
12
end
13
14
15
+# Copied from https://github.com/cucumber/aruba/blob/3b1a6cea6e3ba55370c3396eef0a955aeb40f287/spec/spec_helper.rb
16
+# Licensed under MIT - https://github.com/cucumber/aruba/blob/3b1a6cea6e3ba55370c3396eef0a955aeb40f287/LICENSE
17
unless RUBY_PLATFORM.include?('java')
18
require 'simplecov'
19
SimpleCov.command_name 'RSpec'
20
21
# Run simplecov by default
22
SimpleCov.start unless ENV.key? 'ARUBA_NO_COVERAGE'
23
24
+# End copied from Aruba
25
26
mimic_next_major = ENV.fetch('MIMIC_NEXT_MAJOR_VERSION', 'false')
27
# Require via legacy path until v2.0.0, and unless testing functionality in preparation for next major release
0 commit comments