test/resque-web_test.rb in resque-aps-0.9.14 vs test/resque-web_test.rb in resque-aps-0.9.15

- old
+ new

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