Skip to content

Commit

Permalink
Cleaner path specification.
Browse files Browse the repository at this point in the history
  • Loading branch information
hekaldama committed Aug 9, 2011
1 parent 39e31df commit e25210e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/simplecov-rcov.rb
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,5 @@ def line_css_for(coverage)
end
end

$:.push File.expand_path("../", __FILE__)
$:.push File.dirname(__FILE__)
require 'simplecov-rcov/version'

1 comment on commit e25210e

@fguillen
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thinking is not needed any more since this commit:

Thanks a lot for your suggestion

Please sign in to comment.