diff options
author | Henare Degan <henare.degan@gmail.com> | 2013-03-16 15:34:11 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2013-03-16 15:34:11 +1100 |
commit | ea1889f87c300ac5c0de5d8c5c976fbb750c448d (patch) | |
tree | ffcc43e95446805ca69f274c837c77695d7b839b | |
parent | 19aeff09bc26d3c7089026711aa4a7f5360b2f19 (diff) |
We don't need test unit any more because we're not using RSpec 1.x
Also fixes last issue related to tests expecting no output #820
-rw-r--r-- | Gemfile | 1 | ||||
-rw-r--r-- | Gemfile.lock | 5 |
2 files changed, 0 insertions, 6 deletions
@@ -46,7 +46,6 @@ gem 'exception_notification' group :test do gem 'fakeweb' - gem 'test-unit', '~> 1.2.3', :platforms => :ruby_19 gem 'coveralls', :require => false gem 'webrat' end diff --git a/Gemfile.lock b/Gemfile.lock index 42a4807ea..f5cd40f78 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -97,8 +97,6 @@ GEM haml (3.1.7) highline (1.6.15) hike (1.2.1) - hoe (3.3.1) - rake (>= 0.8, < 11.0) i18n (0.6.2) json (1.5.5) levenshtein (0.2.2) @@ -216,8 +214,6 @@ GEM sqlite3-ruby (1.3.3) sqlite3 (>= 1.3.3) syslog_protocol (0.9.2) - test-unit (1.2.3) - hoe (>= 1.5.1) thin (1.5.0) daemons (>= 1.0.9) eventmachine (>= 0.12.6) @@ -278,7 +274,6 @@ DEPENDENCIES ruby-msg (~> 1.5.0) spork-rails syslog_protocol - test-unit (~> 1.2.3) vpim webrat will_paginate |