Sha256: f51aa1eb71a499a90fcf6ea8c9eb82c4aaefa095a2a7118bb2a11341e538681a
Contents?: true
Size: 234 Bytes
Versions: 89
Compression:
Stored size: 234 Bytes
Contents
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
89 entries across 89 versions & 1 rubygems