Skip to content

Commit

Permalink
Fix typo (NoamB#219)
Browse files Browse the repository at this point in the history
* Fix typo

* Fix 'an' to 'a'
  • Loading branch information
mingrammer authored and Josh Buker committed Dec 30, 2019
1 parent 26dd64b commit 16bb809
Showing 1 changed file with 1 addition and 1 deletion.
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 a user instance' do
session[:user_id] = nil
subject.auto_login(user)

Expand Down

0 comments on commit 16bb809

Please sign in to comment.