diff options
author | Timothy Andrew <mail@timothyandrew.net> | 2016-08-26 12:49:32 +0530 |
---|---|---|
committer | Timothy Andrew <mail@timothyandrew.net> | 2016-08-26 16:28:20 +0530 |
commit | a81de9ab4fc3c3720449069e91ee2431fd9eb024 (patch) | |
tree | 9421d5187f201c43ba8a5c4ff1297acbdb6b4cda /Gemfile | |
parent | ebc03833f27528de3e59e46dc8390b293f3657bf (diff) | |
download | gitlab-ce-a81de9ab4fc3c3720449069e91ee2431fd9eb024.tar.gz |
Add a spec for the `CycleAnalytics#issue` method.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |