Sha256: 8da1243c69916ffc2550014b1237f174122da2a20d931fbe6de7a47a08fb58a6

Contents?: true

Size: 258 Bytes

Versions: 2

Compression:

Stored size: 258 Bytes

Contents

require File.dirname(__FILE__) + '/../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

2 entries across 2 versions & 1 rubygems

Version Path
backlog-0.37.2 test/performance/browsing_test.rb
backlog-0.37.1 test/performance/browsing_test.rb