File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
spec/rspec/active_model/mocks Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3131 gem "activesupport" , version
3232end
3333
34- gem "test-unit" , '~> 3' if version >= '3.2.22' && version < '4.0.0'
34+ gem "test-unit" , '~> 3' if ( version >= '3.2.22' || version == '3-2-stable' ) && version < '4.0.0'
3535
3636gem "i18n" , '< 0.7.0' if RUBY_VERSION < '1.9.3'
Original file line number Diff line number Diff line change 424424 gem 'minitest' if defined? ( Kernel . gem )
425425 require 'minitest/unit'
426426 include MiniTest ::Assertions
427- elsif version >= '3.2.22'
427+ elsif version >= '3.2.22' || version == '3-2-stable'
428428 begin
429429 # Test::Unit "helpfully" sets up autoload for its `AutoRunner`.
430430 # While we do not reference it directly, when we load the `TestCase`
You can’t perform that action at this time.
0 commit comments