Commit e0cc418d41f6799c198ce3034ff8881808d57db9

Authored by Matijs van Zuijlen
1 parent fcdedb8a
Exists in master and in 1 other branch production

Remove test-unit to avoid unknown option message

The Test::Unit runner will attempt to parse options that are meant for
RSpec. See https://github.com/rspec/rspec-rails/issues/1343 for details.
Showing 2 changed files with 0 additions and 5 deletions   Show diff stats
Gemfile
... ... @@ -95,7 +95,6 @@ group :test do
95 95 gem 'launchy'
96 96 gem 'email_spec'
97 97 gem 'timecop'
98   - gem 'test-unit', require: 'test/unit'
99 98 gem 'coveralls', require: false
100 99 end
101 100  
... ...
Gemfile.lock
... ... @@ -239,7 +239,6 @@ GEM
239 239 cliver (~> 0.3.1)
240 240 multi_json (~> 1.0)
241 241 websocket-driver (>= 0.2.0)
242   - power_assert (0.2.3)
243 242 powerpack (0.1.1)
244 243 premailer (1.8.4)
245 244 css_parser (>= 1.3.6)
... ... @@ -379,8 +378,6 @@ GEM
379 378 net-ssh (>= 2.8.0)
380 379 term-ansicolor (1.3.2)
381 380 tins (~> 1.0)
382   - test-unit (3.1.2)
383   - power_assert
384 381 therubyracer (0.12.2)
385 382 libv8 (~> 3.16.14.0)
386 383 ref
... ... @@ -478,7 +475,6 @@ DEPENDENCIES
478 475 rubocop
479 476 rushover
480 477 sass-rails
481   - test-unit
482 478 therubyracer
483 479 timecop
484 480 uglifier
... ...