test/resque/throttled_job_test.rb in resque-throttle-0.2.2 vs test/resque/throttled_job_test.rb in resque-throttle-0.2.3
- old
+ new
@@ -1,5 +1,5 @@
-require '../test_helper.rb'
+require File.dirname(__FILE__) + '/../test_helper'
class ThrottledJobTest < Test::Unit::TestCase
context "Resque::ThrottledJob" do
should "instantiate a new Resque::ThrottledJob" do