#1365: Remove /test dir as it is not used

This commit is contained in:
Paul Mackay
2017-01-14 11:47:21 +00:00
parent 6ae1272281
commit 651626eb4f
6 changed files with 0 additions and 25 deletions

View File

View File

@@ -1,12 +0,0 @@
require 'test_helper'
require 'rails/performance_test_help'
class BrowsingTest < ActionDispatch::PerformanceTest
# Refer to the documentation for all available options
# self.profile_options = { :runs => 5, :metrics => [:wall_time, :memory]
# :output => 'tmp/performance', :formats => [:flat] }
def test_homepage
get '/'
end
end

View File

@@ -1,13 +0,0 @@
ENV["RAILS_ENV"] = "test"
require_relative '../config/environment'
require 'rails/test_help'
class ActiveSupport::TestCase
# Setup all fixtures in test/fixtures/*.(yml|csv) for all tests in alphabetical order.
#
# Note: You'll currently still have to declare fixtures explicitly in integration tests
# -- they do not yet inherit this setting
fixtures :all
# Add more helper methods to be used by all tests here...
end

View File