Sha256: c72882ac95ff14047a59d8ddd604e587549d2582db581b22985fe72f37a3308f

Contents?: true

Size: 187 Bytes

Versions: 22

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

22 entries across 22 versions & 2 rubygems

Version Path
wagn-1.19.1 test/performance/fetch_test.rb
wagn-1.19.0 test/performance/fetch_test.rb