Sha256: 185ef89c419e5ec17c5469ba3fd1dcbcd431a4df9e1c86ae261db633890f4d63
Contents?: true
Size: 228 Bytes
Versions: 7
Compression:
Stored size: 228 Bytes
Contents
require 'spec_helper' describe User do it { should have_many(:oauth_clients) } it { should have_many(:oauth_access_tokens) } it { should have_many(:oauth_authorizations) } it { should have_many(:oauth_accesses) } end
Version data entries
7 entries across 7 versions & 1 rubygems