about summary refs log tree commit homepage
path: root/t/rails3-app/test/performance/browsing_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 't/rails3-app/test/performance/browsing_test.rb')
-rw-r--r--t/rails3-app/test/performance/browsing_test.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/t/rails3-app/test/performance/browsing_test.rb b/t/rails3-app/test/performance/browsing_test.rb
new file mode 100644
index 0000000..867fc8c
--- /dev/null
+++ b/t/rails3-app/test/performance/browsing_test.rb
@@ -0,0 +1,9 @@
+require 'test_helper'
+require 'rails/performance_test_help'
+
+# Profiling results for each test method are written to tmp/performance.
+class BrowsingTest < ActionDispatch::PerformanceTest
+  def test_homepage
+    get '/'
+  end
+end