Skip to content

Instantly share code, notes, and snippets.

@lorenzosinisi
Created April 25, 2016 09:20
Show Gist options
  • Save lorenzosinisi/745af08d273b6af76cc86578bfd68ee2 to your computer and use it in GitHub Desktop.
Save lorenzosinisi/745af08d273b6af76cc86578bfd68ee2 to your computer and use it in GitHub Desktop.
# How to find out when and where a method is called in Rspec
puts "CALLED :#{caller_locations(1,1)[0].label} at #{caller_locations[1]}".red
@lorenzosinisi
Copy link
Author

(you will need to install the gem colorized first

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment