Sha256: c173f567837444c7c7d9ec4932fbc0fc1e7658cc759dd72d5c29e5a598fb974c
Contents?: true
Size: 268 Bytes
Versions: 5
Compression:
Stored size: 268 Bytes
Contents
$:.push File.expand_path("../../lib", __FILE__) require 'minitest/spec' require 'minitest/autorun' require 'cutaneous' class TestContext < Cutaneous::Context end class MiniTest::Spec def ContextHash(params = {}) TestContext.new(Object.new, params) end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
cutaneous-0.1.6 | test/helper.rb |
cutaneous-0.1.5 | test/helper.rb |
cutaneous-0.1.4 | test/helper.rb |
cutaneous-0.1.3 | test/helper.rb |
cutaneous-0.1.2 | test/helper.rb |