diff options
author | Stan Hu <stanhu@gmail.com> | 2016-04-14 05:28:46 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-04-14 07:25:27 -0700 |
commit | e450892f5688529b8a49e3ae7598f00dbdda7161 (patch) | |
tree | c146f3c3bd314bb625c24b9dc4bfaa0ac6c6efeb /spec/factories | |
parent | c7e384aab23301ad0ee3559252324fa957d15db3 (diff) | |
download | gitlab-ce-e450892f5688529b8a49e3ae7598f00dbdda7161.tar.gz |
Include GonHelper separately and remove created_at in factory
Diffstat (limited to 'spec/factories')
-rw-r--r-- | spec/factories/oauth_access_tokens.rb | 1 |
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 |