Sha256: 53b9691d64e97a390da84ac370044702558cff168e0ddbbc65b67185a46dc472

Contents?: true

Size: 570 Bytes

Versions: 2

Compression:

Stored size: 570 Bytes

Contents

# http://sneaq.net/textmate-wtf
$:.reject! { |e| e.include? 'TextMate' }

require 'rubygems'
require 'test/unit'

gem 'thoughtbot-shoulda', '>= 2.10.1'
require 'shoulda'

require File.dirname(__FILE__) + '/../lib/chocolate_disco'

module Test
  module Unit
    class TestCase
      
      private
      
      def chocolate_disco_root(*args)
        File.expand_path(File.join(File.dirname(__FILE__), '..', *args))
      end # def library_path(*args)
      
      alias :cd_root :chocolate_disco_root
      
    end # class TestCase
  end # module Unit
end # module Test

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hirobumi-chocolate_disco-jruby-0.1.4 test/test_helper.rb
hirobumi-chocolate_disco-jruby-0.1.5 test/test_helper.rb