ref: master
test/integration/varnish_conf_test.rb
1 2 3 4 5 6 7 8 9
require 'test_helper' class VarnishConfTest < ActiveSupport::TestCase def test_not_use_return_in_varnish_noosfero refute system('grep "return.*pass" etc/noosfero/varnish-noosfero.vcl') end end