Skip to content

Instantly share code, notes, and snippets.

@Manfred
Created July 26, 2012 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Manfred/2efd0e786f51e3a95f0b to your computer and use it in GitHub Desktop.
Save Manfred/2efd0e786f51e3a95f0b to your computer and use it in GitHub Desktop.
Output of a Kicker test run on a file with a syntax error
13:33:51.22 | Executing: ruby -I. -r test/functional/oauth/temporary_credentials_controller_test -e ''
./test/functional/oauth/temporary_credentials_controller_test.rb:1:in `require': /Users/manfred/Code/robin/test/test_helper.rb:135: syntax error, unexpected tIDENTIFIER, expecting ')' (SyntaxError)
actual_value, "Expected the #{attribute} t...
^
/Users/manfred/Code/robin/test/test_helper.rb:135: syntax error, unexpected '\n', expecting tCOLON2 or '[' or '.'
/Users/manfred/Code/robin/test/test_helper.rb:142: syntax error, unexpected $end, expecting kEND
from ./test/functional/oauth/temporary_credentials_controller_test.rb:1
13:33:51.96 | Failed (1)
sh: -c: line 0: syntax error near unexpected token `('
sh: -c: line 0: `'/Users/manfred/.rbenv/versions/ree-1.8.7-2012.02/gemsets/robin/gems/kicker-3.0.0pre1/vendor/terminal-notifier_v1.0/terminal-notifier.app/Contents/MacOS/terminal-notifier' /Users/manfred/Code/robin 'Kicker: Failed (1)' './test/functional/oauth/temporary_credentials_controller_test.rb:1:in `require': /Users/manfred/Code/robin/test/test_helper.rb:135: syntax error, unexpected tIDENTIFIER, expecting ')' (SyntaxError)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment