Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a302ace

Browse filesBrowse files
committed
Merge branch 'extend-specs'
2 parents 727747e + ae1c074 commit a302ace
Copy full SHA for a302ace

File tree

6 files changed

+9
-4
lines changed
Filter options

6 files changed

+9
-4
lines changed

‎.simplecov

Copy file name to clipboard
+4Lines 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

Copy file name to clipboardExpand all lines: spec/spec_helper.rb
+1-4Lines 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

Copy file name to clipboardExpand all lines: test/executable/suite.rb
+1Lines 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

Copy file name to clipboardExpand all lines: test/functional/for_redcloth.rb
+1Lines 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

Copy file name to clipboardExpand all lines: test/functional/suite.rb
+1Lines 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

Copy file name to clipboardExpand all lines: test/unit/suite.rb
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.