Initial commit

This commit is contained in:
Tore Darell 2008-04-17 11:47:13 +02:00
commit 2ea0ee5b85
12 changed files with 761 additions and 0 deletions

View file

@ -0,0 +1,8 @@
require 'test/unit'
class JavascriptRoutesTest < Test::Unit::TestCase
# Replace this with your real tests.
def test_this_plugin
flunk
end
end