Skip to content

Commit ae1c074

Browse files
committed
merge coverage
1 parent e0b08d7 commit ae1c074

File tree

6 files changed

+9
-4
lines changed

6 files changed

+9
-4
lines changed

.simplecov

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
unless RUBY_VERSION[/^2.3/]
2+
SimpleCov.command_name $0
3+
SimpleCov.start
4+
end

spec/spec_helper.rb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
unless RUBY_VERSION[/^2.3/]
2-
require 'simplecov'
3-
SimpleCov.start
4-
end
1+
require 'simplecov'
52

63
# This file was generated by the `rspec --init` command. Conventionally, all
74
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.

test/executable/suite.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
require 'simplecov'
12
require 'test/unit'
23
require 'rubygems' unless defined? Gem
34
require 'shoulda-context'

test/functional/for_redcloth.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
require 'simplecov'
12
require 'test/unit'
23

34
$:.unshift File.expand_path('../../../lib', __FILE__)

test/functional/suite.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
require 'simplecov'
12
require 'test/unit'
23

34
$VERBOSE = $CODERAY_DEBUG = true

test/unit/suite.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
require 'simplecov'
12
require 'test/unit'
23
require 'rubygems'
34

0 commit comments

Comments
 (0)