Skip to content

Commit

Permalink
forgot to remove :with_forgotten_password trait in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mxie committed Jul 17, 2015
1 parent a3c73c7 commit e8358da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/user_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
end

it "sets the remember token" do
user = create(:user, :with_forgotten_password)
user = create(:user)

user.update_password("my_new_password")

Expand Down

0 comments on commit e8358da

Please sign in to comment.