diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2019-11-24 17:18:35 +0100 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2019-11-24 17:18:35 +0100 |
commit | ae1c07408eb367ba4d72198e0f4c09efccf67153 (patch) | |
tree | 7b5e488d01a9259346d4d65ef854ea53ef5c4745 /spec/spec_helper.rb | |
parent | e0b08d754b205f9204415c8d08b93a30cb92c04b (diff) | |
download | coderay-ae1c07408eb367ba4d72198e0f4c09efccf67153.tar.gz |
merge coverageextend-specs
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 78a60b2..4e2dac6 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,7 +1,4 @@ -unless RUBY_VERSION[/^2.3/] - require 'simplecov' - SimpleCov.start -end +require 'simplecov' # This file was generated by the `rspec --init` command. Conventionally, all # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`. |