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)" do before(:each) do @user.assign_role(...
Page 1 of 1 (1 items)