use expand_path so ruby doesnt load helper.rb twice

This commit is contained in:
rick
2010-12-09 13:58:51 -08:00
parent 8946d098f9
commit aeb90c6293
6 changed files with 11 additions and 6 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
require File.join(File.dirname(__FILE__), *%w[helper])
# ~*~ encoding: utf-8 ~*~
require File.expand_path(File.join(File.dirname(__FILE__), "helper"))
context "GitAccess" do
setup do