Sha256: e34ef6ad9a01810e1c233cf6a2a21d97d7576c17684e094e1c6153ca0088a148
Contents?: true
Size: 244 Bytes
Versions: 6
Compression:
Stored size: 244 Bytes
Contents
# encoding: utf-8 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
Version data entries
6 entries across 6 versions & 1 rubygems