Skip to content

Commit a17b6a3

Browse files
committed
📄 Add back license, scoped to relevant lines
Signed-off-by: Peter H. Boling <[email protected]>
1 parent 9834ae3 commit a17b6a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec/spec_helper.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,16 @@
1212
end
1313
end
1414

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
1517
unless RUBY_PLATFORM.include?('java')
1618
require 'simplecov'
1719
SimpleCov.command_name 'RSpec'
1820

1921
# Run simplecov by default
2022
SimpleCov.start unless ENV.key? 'ARUBA_NO_COVERAGE'
2123
end
24+
# End copied from Aruba
2225

2326
mimic_next_major = ENV.fetch('MIMIC_NEXT_MAJOR_VERSION', 'false')
2427
# Require via legacy path until v2.0.0, and unless testing functionality in preparation for next major release

0 commit comments

Comments
 (0)