Created
March 14, 2010 13:43
-
-
Save thbar/331977 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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