Sha256: eb87db07df181c6722d1a3f18766a313be83a112a1193ad1c4dac1682684f1b6
Contents?: true
Size: 167 Bytes
Versions: 2
Compression:
Stored size: 167 Bytes
Contents
require 'spec_helper' describe User do it { should have_many :clients } it { should have_many :access_tokens } it { should have_many :authorization_codes } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
anjlab-devise-oauth2-providable-1.1.3 | spec/models/user_spec.rb |
anjlab-devise-oauth2-providable-1.1.2 | spec/models/user_spec.rb |