varnish_conf_test.rb 200 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 require 'test/unit' class VarnishConfTest < Test::Unit::TestCase def test_not_use_return_in_varnish_noosfero refute system('grep "return.*pass" etc/noosfero/varnish-noosfero.vcl') end end