Sha256: 9447c3d4b6a4498e8f7886cefbdc51a0b4abb550431d5ecaa64b62e27abd11d2
Contents?: true
Size: 263 Bytes
Versions: 5
Compression:
Stored size: 263 Bytes
Contents
require "test/unit" require "mocha" require_relative "../lib/astrobot" class Test::Unit::TestCase FIXTURES = File.expand_path( "#{File.dirname(__FILE__)}/fixtures" ) def read_fixture( fixture_name ) File.read( "#{FIXTURES}/#{fixture_name}" ) end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
astrobot-0.1.4 | test/test_helper.rb |
astrobot-0.1.3 | test/test_helper.rb |
astrobot-0.1.2 | test/test_helper.rb |
astrobot-0.1.1 | test/test_helper.rb |
astrobot-0.0.5 | test/test_helper.rb |