Skip to content

Commit

Permalink
Need to add to load path in acceptance tests to prevent test breakage :(
Browse files Browse the repository at this point in the history
  • Loading branch information
glenngillen committed Nov 22, 2011
1 parent 18b5c3e commit db4d264
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/acceptance/github_test.rb
@@ -1,3 +1,5 @@
$:.unshift(File.dirname(__FILE__)+"/..")
$:.unshift(File.dirname(__FILE__)+"/../../lib")
require "helper/acceptance"

class GitHubTest < Test::Unit::AcceptanceTestCase
Expand Down

0 comments on commit db4d264

Please sign in to comment.