mirror of
https://github.com/samsonjs/http-cookie.git
synced 2026-03-25 08:55:53 +00:00
Fix testing with simplecov.
This commit is contained in:
parent
7ab0a15d78
commit
1d9dc5754c
1 changed files with 2 additions and 2 deletions
4
Rakefile
4
Rakefile
|
|
@ -1,8 +1,8 @@
|
|||
require "bundler/gem_tasks"
|
||||
require 'bundler/gem_tasks'
|
||||
require 'rake/testtask'
|
||||
|
||||
Rake::TestTask.new(:test) do |test|
|
||||
test.ruby_opts << '-r./test/simplecov_start.rb' if defined?(SimbleCov)
|
||||
test.ruby_opts << '-r./test/simplecov_start.rb' if RUBY_VERSION >= '1.9'
|
||||
test.pattern = 'test/**/test_*.rb'
|
||||
test.verbose = true
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue