summaryrefslogtreecommitdiff
path: root/spec/factories/oauth_access_tokens.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/factories/oauth_access_tokens.rb')
-rw-r--r--spec/factories/oauth_access_tokens.rb15
1 files changed, 0 insertions, 15 deletions
diff --git a/spec/factories/oauth_access_tokens.rb b/spec/factories/oauth_access_tokens.rb
index 7700b15d538..ccf02d0719b 100644
--- a/spec/factories/oauth_access_tokens.rb
+++ b/spec/factories/oauth_access_tokens.rb
@@ -1,18 +1,3 @@
-# == Schema Information
-#
-# Table name: oauth_access_tokens
-#
-# id :integer not null, primary key
-# resource_owner_id :integer
-# application_id :integer
-# token :string not null
-# refresh_token :string
-# expires_in :integer
-# revoked_at :datetime
-# created_at :datetime not null
-# scopes :string
-#
-
FactoryGirl.define do
factory :oauth_access_token do
resource_owner