Sha256: 80ae2b0a3acf393192fc4ad3a237fe0a42ba1b5f1606b4e53faa1c75f60e104a

Contents?: true

Size: 170 Bytes

Versions: 23

Compression:

Stored size: 170 Bytes

Contents

require_relative "../lib/syro"
require "rack/test"

class Driver
  include Rack::Test::Methods

  def initialize(app)
    @app = app
  end

  def app
    @app
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
syro-3.2.1 test/helper.rb
syro-3.2.0 test/helper.rb
syro-3.1.1 test/helper.rb
syro-3.1.0 test/helper.rb
syro-3.0.1 test/helper.rb
syro-3.0.0 test/helper.rb
syro-2.2.0 test/helper.rb
syro-2.1.2 test/helper.rb
syro-2.1.1 test/helper.rb
syro-2.1.0 test/helper.rb
syro-2.0.0 test/helper.rb
syro-2.0.0.rc1 test/helper.rb
syro-1.1.1 test/helper.rb
syro-1.1.0 test/helper.rb
syro-1.0.0 test/helper.rb
syro-0.0.8 test/helper.rb
syro-0.0.7 test/helper.rb
syro-0.0.6 test/helper.rb
syro-0.0.5 test/helper.rb
syro-0.0.4 test/helper.rb