aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-01-07 00:58:49 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-01-07 00:58:49 -0300
commit8f92edb2b4b6beb5c778283be7cbcef6bf7e596c (patch)
treed23e49209f81db38813c6cb0a8243a3a94bf882d /Gemfile
parent292f6c99229f34ab216ddc9103e219143e637d85 (diff)
downloadrails-8f92edb2b4b6beb5c778283be7cbcef6bf7e596c.tar.gz
rails-8f92edb2b4b6beb5c778283be7cbcef6bf7e596c.tar.bz2
rails-8f92edb2b4b6beb5c778283be7cbcef6bf7e596c.zip
Remove hard dependency on test-unit
Instead show a error message asking users to add the gem to their Gemfile if test-unit could not be loaded.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 806aa9392d..4a1e1fb155 100644
--- a/Gemfile
+++ b/Gemfile
@@ -18,6 +18,7 @@ else
end
gem 'i18n', '~> 0.6.11'
+gem 'test-unit', '~> 3.0'
# This needs to be with require false to avoid
# it being automatically loaded by sprockets