File tree Expand file tree Collapse file tree 6 files changed +9
-4
lines changed
Expand file tree Collapse file tree 6 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1+ unless RUBY_VERSION [ /^2.3/ ]
2+ SimpleCov . command_name $0
3+ SimpleCov . start
4+ end
Original file line number Diff line number Diff line change 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`.
Original file line number Diff line number Diff line change 1+ require 'simplecov'
12require 'test/unit'
23require 'rubygems' unless defined? Gem
34require 'shoulda-context'
Original file line number Diff line number Diff line change 1+ require 'simplecov'
12require 'test/unit'
23
34$:. unshift File . expand_path ( '../../../lib' , __FILE__ )
Original file line number Diff line number Diff line change 1+ require 'simplecov'
12require 'test/unit'
23
34$VERBOSE = $CODERAY_DEBUG = true
Original file line number Diff line number Diff line change 1+ require 'simplecov'
12require 'test/unit'
23require 'rubygems'
34
You can’t perform that action at this time.
0 commit comments