spec/support/helpers/model_helper.rb in doorkeeper-2.1.4 vs spec/support/helpers/model_helper.rb in doorkeeper-2.2.0

- old
+ new

@@ -40,6 +40,6 @@ grant = Doorkeeper::AccessToken.last expect(grant.scopes).to eq(Doorkeeper::OAuth::Scopes.from_array(args)) end end -RSpec.configuration.send :include, ModelHelper, type: :request +RSpec.configuration.send :include, ModelHelper