9 lines
153 B
Ruby
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
|