Sha256: 7e5315c191eda42fc3d9041188b880e444762e94349fa43d264f494d3b761746

Contents?: true

Size: 262 Bytes

Versions: 3

Compression:

Stored size: 262 Bytes

Contents

%w{rubygems test/unit shoulda mocha cgi}.each { |lib| require lib }

require File.expand_path(File.dirname(__FILE__) + '/../lib/postly')

class Test::Unit::TestCase
  def teardown; end
  
  def inherited base 
    base.define_method teardown { super }
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
progressions-postly-0.2.2 test/test_helper.rb
postly-0.2.2 test/test_helper.rb
postly-0.2.1 test/test_helper.rb