Testing
Last updated
Was this helpful?
Last updated
Was this helpful?
You can use Doorkeeper models in your application test suite. Note that starting from Doorkeeper 4.3.0 it uses to load models. There are with the factory_bot_rails
gem (it executes factories building before ActiveRecord::Base
is initialized using hooks in gem railtie, so you can catch a uninitialized constant
error). It is recommended to use pure factory_bot
gem to solve this problem.