Skip to content
Snippets Groups Projects
Commit 68925684 authored by Eric Davis's avatar Eric Davis
Browse files

Remove generic Rails performance test

parent 6c9c7dc5
Branches
Tags
No related merge requests found
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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment