Skip to content

Commit

Permalink
delete unnecessary option of TestTask
Browse files Browse the repository at this point in the history
The -r option for load "helper.rb" before tests are executed is works
well in 1.9.3 and 2.0.0, but there is some difference between 1.8.7 and
above. in 1.8.7, the "helper.rb" is loaded twice because it is required
in each test files already.
  • Loading branch information
takashi committed Dec 12, 2013
1 parent 227c7c5 commit db8edaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Rakefile
Expand Up @@ -46,7 +46,6 @@ end
require 'rake/testtask'
Rake::TestTask.new do |t|
t.libs << "test/" << "lib/"
t.ruby_opts << "-rhelper"
t.test_files = FileList['test/test*.rb']
t.verbose = true
end
Expand Down

0 comments on commit db8edaf

Please sign in to comment.