Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spec/controllers/controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
# --- auto_login(user) ---
specify { should respond_to(:auto_login) }

it 'auto_login(user) los in a user instance' do
it 'auto_login(user) logs in an user instance' do
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't it be a user instance instead of an user instance? :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mladenilic I fixed that! Thank you

session[:user_id] = nil
subject.auto_login(user)

Expand Down