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:
authorTimothy Andrew <mail@timothyandrew.net>2016-08-26 10:19:32 +0300
committerTimothy Andrew <mail@timothyandrew.net>2016-08-26 13:58:20 +0300
commita81de9ab4fc3c3720449069e91ee2431fd9eb024 (patch)
tree9421d5187f201c43ba8a5c4ff1297acbdb6b4cda /Gemfile
parentebc03833f27528de3e59e46dc8390b293f3657bf (diff)
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