I am using devise since for my rails application and been using devise confirmable for users so they have to confirm their email after sign in!
I want to remove :confirmable
and allow users to sign in without confirm their emails and I removed it and it works but my all rspec fails and it says
undefined method `confirm!' for #<User:0x007fc06db987e8>
There is no method like confirm!. How will I fix it ? (I have no clue) even updated my gem to 3.5.8. I know I can skip the confirmation but i want to remove it! Thanks!