File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -95,4 +95,8 @@ group :test do
95
95
gem 'launchy'
96
96
gem 'selenium-webdriver'
97
97
gem 'poltergeist'
98
+
99
+ # rspec-rails rely on test-unit if rails version less then 4.1.0
100
+ # but test-unit has been removed from ruby core since 2.2.0
101
+ gem 'test-unit'
98
102
end
Original file line number Diff line number Diff line change 270
270
cliver (~> 0.3.1 )
271
271
multi_json (~> 1.0 )
272
272
websocket-driver (>= 0.2.0 )
273
+ power_assert (0.2.2 )
273
274
pry (0.9.12.6 )
274
275
coderay (~> 1.0 )
275
276
method_source (~> 0.8 )
392
393
sprockets (>= 2.8 , < 4.0 )
393
394
structured_warnings (0.1.4 )
394
395
temple (0.6.7 )
396
+ test-unit (3.0.8 )
397
+ power_assert
395
398
thor (0.19.1 )
396
399
thread_safe (0.1.3 )
397
400
atomic
@@ -502,6 +505,7 @@ DEPENDENCIES
502
505
simple_captcha2
503
506
simple_form (~> 3.1.0 )
504
507
slim-rails
508
+ test-unit
505
509
timecop
506
510
twilio-ruby (~> 3.11 )
507
511
uglifier
You can’t perform that action at this time.
0 commit comments