Skip to content

Instantly share code, notes, and snippets.

@50kudos
Created October 9, 2013 19:27
Show Gist options
  • Save 50kudos/6906834 to your computer and use it in GitHub Desktop.
Save 50kudos/6906834 to your computer and use it in GitHub Desktop.
Rspec behaviour
Ruby will interprete variable inside "it block" before calling let.
So don't use the same varible name as let in the block.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment