Sha256: 1bad359b333e604816eae10469f91140844d2e759476da448b8f227df0fc28ed

Contents?: true

Size: 229 Bytes

Versions: 4

Compression:

Stored size: 229 Bytes

Contents

require "test_helper"
require "rails/performance_test_help"

# Profiling results for each test method are written to tmp/performance.
class BrowsingTest < ActionDispatch::PerformanceTest
  def test_homepage
    get "/"
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
good_migrations-0.3.0 example/test/performance/browsing_test.rb
good_migrations-0.2.1 example/test/performance/browsing_test.rb
good_migrations-0.2.0 example/test/performance/browsing_test.rb
good_migrations-0.1.0 example/test/performance/browsing_test.rb