Created
October 9, 2013 19:27
-
-
Save 50kudos/6906834 to your computer and use it in GitHub Desktop.
Rspec behaviour
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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