summaryrefslogtreecommitdiff
path: root/users/test/integration/api/rack_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'users/test/integration/api/rack_test.rb')
-rw-r--r--users/test/integration/api/rack_test.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/users/test/integration/api/rack_test.rb b/users/test/integration/api/rack_test.rb
index da960f2..9a69f52 100644
--- a/users/test/integration/api/rack_test.rb
+++ b/users/test/integration/api/rack_test.rb
@@ -1,6 +1,3 @@
-CONFIG_RU = (Rails.root + 'config.ru').to_s
-OUTER_APP = Rack::Builder.parse_file(CONFIG_RU).first
-
class RackTest < ActiveSupport::TestCase
include Rack::Test::Methods
include Warden::Test::Helpers