instiki/vendor/rails/railties/lib/rails_generator/generators/components/performance_test/templates/performance_test.rb

10 lines
200 B
Ruby
Raw Normal View History

require 'test_helper'
require 'performance_test_help'
class <%= class_name %>Test < ActionController::PerformanceTest
# Replace this with your real tests.
def test_homepage
get '/'
end
end