Skip to content

Commit

Permalink
require test_helper based on the full expanded path
Browse files Browse the repository at this point in the history
  • Loading branch information
cmer committed Jan 17, 2012
1 parent 1113ecc commit c3db2de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/follow_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__)+'/test_helper'
require File.expand_path(File.dirname(__FILE__))+'/test_helper'

class FollowTest < Test::Unit::TestCase
context "a Follower" do
Expand Down
2 changes: 1 addition & 1 deletion test/like_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__)+'/test_helper'
require File.expand_path(File.dirname(__FILE__))+'/test_helper'

class LikeTest < Test::Unit::TestCase
context "a Liker" do
Expand Down
2 changes: 1 addition & 1 deletion test/world_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__)+'/test_helper'
require File.expand_path(File.dirname(__FILE__))+'/test_helper'

# Test Socialization as it would be used in a "real world" scenario
class WorldTest < Test::Unit::TestCase
Expand Down

0 comments on commit c3db2de

Please sign in to comment.