test/recursion_test.rb in airbrake-3.1.2 vs test/recursion_test.rb in airbrake-3.1.3
- old
+ new
@@ -1,5 +1,5 @@
-require File.dirname(__FILE__) + '/helper'
+require File.expand_path '../helper', __FILE__
class RecursionTest < Test::Unit::TestCase
should "not allow infinite recursion" do
hash = {:a => :a}
hash[:hash] = hash