Sha256: a937892a5217b7e73614581c601b0474f7fef2055e6bae1078735aa155f19496
Contents?: true
Size: 231 Bytes
Versions: 6
Compression:
Stored size: 231 Bytes
Contents
require 'test_helper' require 'rails/performance_test_help' # Profiling results for each test method are written to tmp/performance. class BrowsingTest < ActionController::PerformanceTest def test_homepage get '/' end end
Version data entries
6 entries across 6 versions & 3 rubygems