From b298d3e8eeb10903bd4640dab7c11d0dc1be9d38 Mon Sep 17 00:00:00 2001 From: hukl Date: Thu, 29 Jan 2009 20:41:18 +0100 Subject: initial import with edge rails included as a submodule --- test/performance/browsing_test.rb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/performance/browsing_test.rb (limited to 'test/performance') diff --git a/test/performance/browsing_test.rb b/test/performance/browsing_test.rb new file mode 100644 index 0000000..4b60558 --- /dev/null +++ b/test/performance/browsing_test.rb @@ -0,0 +1,9 @@ +require 'test_helper' +require 'performance_test_help' + +# Profiling results for each test method are written to tmp/performance. +class BrowsingTest < ActionController::PerformanceTest + def test_homepage + get '/' + end +end -- cgit v1.3