varnish_conf_test.rb 201 Bytes
require 'test/unit'

class VarnishConfTest < Test::Unit::TestCase

   def test_not_use_return_in_varnish_noosfero
    assert !system('grep "return.*pass" etc/noosfero/varnish-noosfero.vcl')
  end

end