Sha256: 3540f49f1492b033946bc80dca324f3a6a687a382f0396b3d2b4f185892aa8a6

Contents?: true

Size: 309 Bytes

Versions: 4

Compression:

Stored size: 309 Bytes

Contents

require 'rubygems'
require 'test/unit'
require 'shoulda'
require 'mocha'
require 'pathname'

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'wand'

FilePath = Pathname(File.dirname(__FILE__)).join('files')

class Test::Unit::TestCase
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
wand-0.4 test/helper.rb
wand-0.3 test/helper.rb
wand-0.2.1 test/helper.rb
wand-0.2 test/helper.rb