Skip to content

Instantly share code, notes, and snippets.

@javierbertoli
Created July 3, 2014 13:50
Show Gist options
  • Save javierbertoli/683792f716c22753ceb6 to your computer and use it in GitHub Desktop.
Save javierbertoli/683792f716c22753ceb6 to your computer and use it in GitHub Desktop.
its(:content) { should match(/\*\/5 1,23 2-5 \* \* appuser \/srv\/app\/scripts\/generate_report/) }
its(:content) { should match(%r{*/5 1,23 2-5 * * appuser /srv/app/scripts/generate_report}) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment