Skip to content

Instantly share code, notes, and snippets.

@vincentchu
Created July 9, 2010 03:22
Show Gist options
  • Save vincentchu/468985 to your computer and use it in GitHub Desktop.
Save vincentchu/468985 to your computer and use it in GitHub Desktop.
if Rails.env.test?
RAILS_DEFAULT_LOGGER.debug "VBC patching"
class Mixpanel
def track!
RAILS_DEFAULT_LOGGER.debug "VBC RETURNING"
end
end
else
RAILS_DEFAULT_LOGGER.debug "VBC!!! env = #{Rails.env}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment