summaryrefslogtreecommitdiff
path: root/test/performance
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2016-03-24 08:54:38 +0100
committerAzul <azul@riseup.net>2016-05-02 08:24:41 -0300
commit52a6dc82305f0268684ceb10557773b862bc611c (patch)
tree9b6489d7f018c965eae016fdce6faa9dda9f6f20 /test/performance
parentc7ef6adcd20e9ac9ca729a3ee2a718d31fbb6b51 (diff)
fix browser_integration_test
we need to require 'capybara/rails' so that Capybara::DSL is available. ActionController::RecordIdentifier was moved to ActionView
Diffstat (limited to 'test/performance')
-rw-r--r--test/performance/browsing_test.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/performance/browsing_test.rb b/test/performance/browsing_test.rb
deleted file mode 100644
index 3fea27b..0000000
--- a/test/performance/browsing_test.rb
+++ /dev/null
@@ -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