Sha256: 5d565d514643209d63e5c0e39599f64b9a866b91de31aee49a2a8be1bcd8f4df

Contents?: true

Size: 187 Bytes

Versions: 7

Compression:

Stored size: 187 Bytes

Contents

# -*- encoding : utf-8 -*-
require 'test_helper'
require 'rails/performance_test_help'

class FetchTest < ActionDispatch::PerformanceTest
  def test_fetch
    Card.fetch 'Home'
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
wagn-1.18.6 test/performance/fetch_test.rb
wagn-1.18.5 test/performance/fetch_test.rb
wagn-1.18.4 test/performance/fetch_test.rb
wagn-1.18.3 test/performance/fetch_test.rb
wagn-1.18.2 test/performance/fetch_test.rb
wagn-1.18.1 test/performance/fetch_test.rb
wagn-1.18.0 test/performance/fetch_test.rb