javascript_routes/test/javascript_routes_test.rb

9 lines
153 B
Ruby
Raw Permalink Normal View History

2008-04-17 11:47:13 +02:00
require 'test/unit'
class JavascriptRoutesTest < Test::Unit::TestCase
# Replace this with your real tests.
def test_this_plugin
flunk
end
end