Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2016-04-14 15:28:46 +0300
committerStan Hu <stanhu@gmail.com>2016-04-14 17:25:27 +0300
commite450892f5688529b8a49e3ae7598f00dbdda7161 (patch)
treec146f3c3bd314bb625c24b9dc4bfaa0ac6c6efeb /spec/factories/oauth_access_tokens.rb
parentc7e384aab23301ad0ee3559252324fa957d15db3 (diff)
Include GonHelper separately and remove created_at in factory
Diffstat (limited to 'spec/factories/oauth_access_tokens.rb')
-rw-r--r--spec/factories/oauth_access_tokens.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/factories/oauth_access_tokens.rb b/spec/factories/oauth_access_tokens.rb
index 4bbc7d3a554..7700b15d538 100644
--- a/spec/factories/oauth_access_tokens.rb
+++ b/spec/factories/oauth_access_tokens.rb
@@ -18,6 +18,5 @@ FactoryGirl.define do
resource_owner
application
token '123456'
- created_at :datetime
end
end