Skip to content

Commit

Permalink
Use simpler relative path to keep CI happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
msavy committed Feb 22, 2012
1 parent 54bd266 commit e85cae0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Rakefile
Expand Up @@ -39,8 +39,7 @@ end
def coverage18(t)
require 'rcov'
t.rcov = true
rcov_helper = File.expand_path(File.join(File.dirname(__FILE__), 'spec/rcov_helper.rb'))
t.rcov_opts = ["-Ispec:lib #{rcov_helper}", '--exclude', 'spec,teamcity/*,/usr/lib/ruby/,.gem/ruby,/boxgrinder-build/,/gems/']
t.rcov_opts = ["-Ispec:lib spec/rcov_helper.rb", '--exclude', 'spec,teamcity/*,/usr/lib/ruby/,.gem/ruby,/boxgrinder-build/,/gems/']
end

RSpec::Core::RakeTask.new('spec:coverage') do |t|
Expand Down

0 comments on commit e85cae0

Please sign in to comment.