Skip to content

Instantly share code, notes, and snippets.

@thbar
Created March 14, 2010 13:43
Show Gist options
  • Save thbar/331977 to your computer and use it in GitHub Desktop.
Save thbar/331977 to your computer and use it in GitHub Desktop.
ruby -S spec spec/unit/simple_pdf_spec.rb
if [ $? -eq 0 ]
then open spec/unit/simple-output.pdf
else
echo "Failed to generate PDF"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment