summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-06-14 09:59:21 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-06-14 09:59:21 +0000
commit17378152bf63540baba75ad4286c8604e360c34f (patch)
tree586c88782423405448c79275e41cc5c29273b9c7 /Gemfile
parentb29288c50a85cb1910d67717fc349878a7b27541 (diff)
downloadredmine-17378152bf63540baba75ad4286c8604e360c34f.tar.gz
redmine-17378152bf63540baba75ad4286c8604e360c34f.zip
use database_cleaner (#12822)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11974 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 22885e9fa..5fdaee35e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -82,6 +82,7 @@ group :test do
if RUBY_VERSION >= '1.9.3'
gem "capybara", "~> 2.1.0"
gem "selenium-webdriver"
+ gem "database_cleaner"
end
end