Skip to content

Commit

Permalink
merge coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
korny committed Nov 24, 2019
1 parent e0b08d7 commit ae1c074
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .simplecov
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
unless RUBY_VERSION[/^2.3/]
SimpleCov.command_name $0
SimpleCov.start
end
5 changes: 1 addition & 4 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
1 change: 1 addition & 0 deletions test/executable/suite.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'simplecov'
require 'test/unit'
require 'rubygems' unless defined? Gem
require 'shoulda-context'
Expand Down
1 change: 1 addition & 0 deletions test/functional/for_redcloth.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'simplecov'
require 'test/unit'

$:.unshift File.expand_path('../../../lib', __FILE__)
Expand Down
1 change: 1 addition & 0 deletions test/functional/suite.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'simplecov'
require 'test/unit'

$VERBOSE = $CODERAY_DEBUG = true
Expand Down
1 change: 1 addition & 0 deletions test/unit/suite.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'simplecov'
require 'test/unit'
require 'rubygems'

Expand Down

0 comments on commit ae1c074

Please sign in to comment.