require 'test/helper' describe "Runpuppet" do it "has no syntax errors" do a = %x(./bin/runpuppet -h 2>&1) a.must_match 'Runpuppet for puppet_controller' end end