Sha256: 00fd25d6ad450707840eaf51b8b878dbe10c2a140545b0f3f54488a10f9a1b50

Contents?: true

Size: 224 Bytes

Versions: 6

Compression:

Stored size: 224 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

6 entries across 6 versions & 1 rubygems

Version Path
bullhorn-0.1.0 examples/foobar/test/performance/browsing_test.rb
bullhorn-0.0.6 examples/foobar/test/performance/browsing_test.rb
bullhorn-0.0.4 examples/foobar/test/performance/browsing_test.rb
bullhorn-0.0.3 examples/foobar/test/performance/browsing_test.rb
bullhorn-0.0.2 examples/foobar/test/performance/browsing_test.rb
bullhorn-0.0.1 examples/foobar/test/performance/browsing_test.rb