summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAlex Denisov <1101.debian@gmail.com>2012-09-03 21:46:17 +0300
committerAlex Denisov <1101.debian@gmail.com>2012-09-03 21:46:17 +0300
commitaf63607a5cf245b358acd153279faa3c22c099b0 (patch)
treecd23c5a1fddc648013f51d52ed0636ffb2afc085 /Gemfile
parent1f1c8094fe342feb851c681dcde25459b82faff0 (diff)
downloadgitlab-ce-af63607a5cf245b358acd153279faa3c22c099b0.tar.gz
test_after_commit gem added
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index b0724fadf5b..5105e550c49 100644
--- a/Gemfile
+++ b/Gemfile
@@ -117,6 +117,7 @@ group :test do
gem 'email_spec'
gem 'resque_spec'
gem "webmock"
+ gem 'test_after_commit'
end
group :production do