Commit fa1013f023e36ebc21352096d371175a446820d9
1 parent
ac5b7b87
Exists in
colab
and in
4 other branches
Removed the unused test folder
Showing
6 changed files
with
0 additions
and
25 deletions
Show diff stats
test/fixtures/.gitkeep
test/functional/.gitkeep
test/integration/.gitkeep
test/performance/browsing_test.rb
... | ... | @@ -1,12 +0,0 @@ |
1 | -require 'test_helper' | |
2 | -require 'rails/performance_test_help' | |
3 | - | |
4 | -class BrowsingTest < ActionDispatch::PerformanceTest | |
5 | - # Refer to the documentation for all available options | |
6 | - # self.profile_options = { :runs => 5, :metrics => [:wall_time, :memory] | |
7 | - # :output => 'tmp/performance', :formats => [:flat] } | |
8 | - | |
9 | - def test_homepage | |
10 | - get '/' | |
11 | - end | |
12 | -end |
test/test_helper.rb
... | ... | @@ -1,13 +0,0 @@ |
1 | -ENV["RAILS_ENV"] = "test" | |
2 | -require File.expand_path('../../config/environment', __FILE__) | |
3 | -require 'rails/test_help' | |
4 | - | |
5 | -class ActiveSupport::TestCase | |
6 | - # Setup all fixtures in test/fixtures/*.(yml|csv) for all tests in alphabetical order. | |
7 | - # | |
8 | - # Note: You'll currently still have to declare fixtures explicitly in integration tests | |
9 | - # -- they do not yet inherit this setting | |
10 | - fixtures :all | |
11 | - | |
12 | - # Add more helper methods to be used by all tests here... | |
13 | -end |
test/unit/.gitkeep