Import the output_compression plugin as the SVN external never works.
This commit is contained in:
parent
06f38caccb
commit
4bc8fcf5b4
7 changed files with 131 additions and 0 deletions
8
vendor/plugins/output_compression/test/output_compression_test.rb
vendored
Normal file
8
vendor/plugins/output_compression/test/output_compression_test.rb
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
require 'test/unit'
|
||||
|
||||
class OutputCompressionTest < Test::Unit::TestCase
|
||||
# Replace this with your real tests.
|
||||
def test_this_plugin
|
||||
flunk
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue