RailsApps / rails_apps_composer

A gem with recipes to create Rails application templates for Rails starter apps.
http://railsapps.github.io/rails_apps_composer/
1.42k stars 306 forks source link

failing rspec when pundit && devise are used in comb #312

Closed mengqing closed 10 years ago

mengqing commented 10 years ago

when pundit and devise are used together, user factory lacks the confirmed_at attribute which is required when confirmable or inviteable modules are enabled

DanielKehoe commented 10 years ago

Excellent. Thanks very much for the code contribution.