summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTimothy Andrew <mail@timothyandrew.net>2016-08-26 12:49:32 +0530
committerTimothy Andrew <mail@timothyandrew.net>2016-08-26 16:28:20 +0530
commita81de9ab4fc3c3720449069e91ee2431fd9eb024 (patch)
tree9421d5187f201c43ba8a5c4ff1297acbdb6b4cda /Gemfile
parentebc03833f27528de3e59e46dc8390b293f3657bf (diff)
downloadgitlab-ce-a81de9ab4fc3c3720449069e91ee2431fd9eb024.tar.gz
Add a spec for the `CycleAnalytics#issue` method.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 194379dd687..d13084fdd7f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -319,6 +319,7 @@ group :test do
gem 'webmock', '~> 1.21.0'
gem 'test_after_commit', '~> 0.4.2'
gem 'sham_rack', '~> 1.3.6'
+ gem 'timecop', '~> 0.8.0'
end
group :production do