summaryrefslogtreecommitdiffstats
path: root/acceptance/tests/doc/should_print_function_reference.rb
blob: 3ffcf8097ba8ee5eb61d3482c19eac1c21896601 (plain)
1
2
3
4
5
test_name "verify we can print the function reference"
on(agents, puppet_doc("-r", "function")) do
    fail_test "didn't print function reference" unless
        stdout.include? 'Function Reference'
end