Sha256: 3735ce454dc33b3a3b479650345b68c36c5145f3b319449d8c8252cdc05e5c2b

Contents?: true

Size: 226 Bytes

Versions: 16

Compression:

Stored size: 226 Bytes

Contents

require 'rubygems'
require 'bundler'
Bundler.setup
require 'test/unit'
$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'eat'
class Test::Unit::TestCase
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
eat-0.1.8 test/helper.rb
eat-0.1.7 test/helper.rb
eat-0.1.6 test/helper.rb
eat-0.1.5 test/helper.rb
eat-0.1.4 test/helper.rb
eat-0.1.3 test/helper.rb
eat-0.1.2 test/helper.rb
eat-0.1.1 test/helper.rb
eat-0.1.0 test/helper.rb
eat-0.0.7 test/helper.rb
eat-0.0.6 test/helper.rb
eat-0.0.5 test/helper.rb
eat-0.0.4 test/helper.rb
eat-0.0.3 test/helper.rb
eat-0.0.2 test/helper.rb
eat-0.0.1 test/helper.rb