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.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/users/test/integration/api/rack_test.rb b/users/test/integration/api/rack_test.rb
deleted file mode 100644
index 9a69f52..0000000
--- a/users/test/integration/api/rack_test.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-class RackTest < ActiveSupport::TestCase
- include Rack::Test::Methods
- include Warden::Test::Helpers
- include LeapWebCore::AssertResponses
-
- def app
- OUTER_APP
- end
-end