Testing (RSpec) with Devise's confirmable module

后端 未结 7 1088
不思量自难忘°
不思量自难忘° 2020-12-24 13:06

It\'s my understanding that Rails\' testing environment is torn down and rebuilt before each test...so how do I test a controller that requires that a user be logged in and

相关标签:
7条回答
  • 2020-12-24 14:04

    Today it is just put:

    confirmed_at 7.days.ago

    on your fabrication

    0 讨论(0)
提交回复
热议问题