control "hello-world-1" do impact 1.0 title "Hello World" desc "Text should include the words 'hello world'." describe file('helloworld.txt') do its('content') { should match 'Hello World' } end end