Navigation Menu

Skip to content

Commit

Permalink
Use $LOAD_PATH instead of ./lib/
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 28, 2012
1 parent fb46af6 commit f12b33e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion grntest.gemspec
Expand Up @@ -19,7 +19,8 @@ clean_white_space = lambda do |entry|
entry.gsub(/(\A\n+|\n+\z)/, '') + "\n"
end

require "./lib/grntest/version"
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), "lib"))
require "grntest/version"

Gem::Specification.new do |spec|
spec.name = "grntest"
Expand Down

0 comments on commit f12b33e

Please sign in to comment.