Skip to content

Instantly share code, notes, and snippets.

@jimweirich
Created July 25, 2011 22:31
Show Gist options
  • Save jimweirich/1105417 to your computer and use it in GitHub Desktop.
Save jimweirich/1105417 to your computer and use it in GitHub Desktop.
Testing Mystery Solved
# ...
620: if ENV['RAILS_ENV'] == 'test'
621: print "."
622: elsif
623: # ... code elided ...
624: end
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment