openstreetmap-website/vendor/plugins/output_compression/test/output_compression_test.rb

8 lines
154 B
Ruby

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