Sha256: b444a185488eee4e65e31572a6f562e047f4403cf58f3a4cf724282272a9342b
Contents?: true
Size: 220 Bytes
Versions: 4
Compression:
Stored size: 220 Bytes
Contents
require "rubygems" rescue nil require 'minitest/autorun' require "rr" def fixture(filename) file = '' path = File.expand_path("../fixtures/#{filename}", __FILE__) File.open(path) { |io| file = io.read } file end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
sup-1.0 | test/test_helper.rb |
sup-0.23 | test/test_helper.rb |
sup-0.22.1 | test/test_helper.rb |
sup-0.22.0 | test/test_helper.rb |