Sha256: 40cb8efb570c4404226cea375ec84a429a8f0b3b12c07a8484c6ded02d41594c
Contents?: true
Size: 170 Bytes
Versions: 5
Compression:
Stored size: 170 Bytes
Contents
require_relative "../lib/satz" require "rack/test" class Driver include Rack::Test::Methods def initialize(app) @app = app end def app @app end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
satz-0.1.0 | test/helper.rb |
satz-0.0.4 | test/helper.rb |
satz-0.0.3 | test/helper.rb |
satz-0.0.2 | test/helper.rb |
satz-0.0.1 | test/helper.rb |