unicorn 4.3.1 - shutdown() fixes
[unicorn.git] / t / rails3-app / test / performance / browsing_test.rb
blob867fc8c985bc954a2ca16666f3e7f7e7077465e1
1 require 'test_helper'
2 require 'rails/performance_test_help'
4 # Profiling results for each test method are written to tmp/performance.
5 class BrowsingTest < ActionDispatch::PerformanceTest
6   def test_homepage
7     get '/'
8   end
9 end