From 0d4d31d0f88df04154b3e32586755e9a4fff91c0 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Fri, 12 Sep 2014 19:14:08 -0700 Subject: [PATCH] remove unused rack test include --- tests/site_file_tests.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/site_file_tests.rb b/tests/site_file_tests.rb index a6c8fe77..afb06acf 100644 --- a/tests/site_file_tests.rb +++ b/tests/site_file_tests.rb @@ -1,11 +1,4 @@ require_relative './environment.rb' -require 'rack/test' - -include Rack::Test::Methods - -def app - Sinatra::Application -end describe 'site_files' do describe 'upload' do