Sha256: aa149c0b5103871dd9534a30a6a9a606bb63cc1994fb3d3a473971f864a6e12b
Contents?: true
Size: 130 Bytes
Versions: 2
Compression:
Stored size: 130 Bytes
Contents
module TestApplicationHelper extend self class TestRackApplication def call(env) [ 200, {}, [] ] end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
twimock-0.0.2 | spec/support/test_application_helper.rb |
twimock-0.0.1 | spec/support/test_application_helper.rb |