test/resque-web_test.rb in resque-aps-0.9.1 vs test/resque-web_test.rb in resque-aps-0.9.2
- old
+ new
@@ -1,8 +1,8 @@
require File.dirname(__FILE__) + '/test_helper'
# Pull in the server test_helper from resque
-require 'resque/server/test_helper.rb'
+require 'resque_aps/server/test_helper.rb'
context "on GET to /aps" do
setup { get "/aps" }
should_respond_with_success