Answering all world issues with, "...it depends..."
Browse by Tags
All Tags »
Ruby »
rSpec (
RSS)
Sorry, but there are no more tags available to filter with.
-
|
If you try to do the following in rSpec you will receive a (nil:NilClass) error on the inner context in the 'before' statement when it tries to use @user. describe User do before(:each) do @user = User. new end context "(adding assigned role...
|