Sha256: c38955474f5649185dd1bb54e34ae2e416c08bd578329251d41bd517970bafbc

Contents?: true

Size: 381 Bytes

Versions: 6

Compression:

Stored size: 381 Bytes

Contents

=begin
require 'test_helper'
require 'rails/performance_test_help'

class BrowsingTest < ActionDispatch::PerformanceTest
  # Refer to the documentation for all available options
  # self.profile_options = { :runs => 5, :metrics => [:wall_time, :memory]
  #                          :output => 'tmp/performance', :formats => [:flat] }

  def test_homepage
    get '/'
  end
end
=end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
invoice_bar-0.0.6 test/performance/browsing_test.rb
invoice_bar-0.0.5 test/performance/browsing_test.rb
invoice_bar-0.0.4 test/performance/browsing_test.rb
invoice_bar-0.0.3 test/performance/browsing_test.rb
invoice_bar-0.0.2 test/performance/browsing_test.rb
invoice_bar-0.0.1 test/performance/browsing_test.rb