Sha256: e7af4e5033b7746044fc63f304c38109c5f58d8288397689a20b57603d748d2f
Contents?: true
Size: 415 Bytes
Versions: 1
Compression:
Stored size: 415 Bytes
Contents
require 'pathname' require 'test/unit' require 'rubygems' require 'rack' begin require 'ruby-debug' require 'phocus/test_unit' rescue LoadError, RuntimeError end root = Pathname(__FILE__).dirname.parent.expand_path $:.unshift(root.join('lib')) require 'rack/js4xhr' class Test::Unit::TestCase def self.test(name, &block) name = :"test_#{name.gsub(/\s/,'_')}" define_method(name, &block) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mynyml-rack-js4xhr-0.9 | test/test_helper.rb |