jashkenas--coffeescript/test/test_helper.rb

5 lines
82 B
Ruby
Raw Normal View History

2009-12-18 06:59:06 -05:00
require 'lib/coffee-script'
class Test::Unit::TestCase
include CoffeeScript
end