javascript_routes/test/javascript_routes_test.rb

9 lines
153 B
Ruby

require 'test/unit'
class JavascriptRoutesTest < Test::Unit::TestCase
# Replace this with your real tests.
def test_this_plugin
flunk
end
end