test-unit / test-unit-activesupport

ActiveSupport adapter for test-unit 3.
GNU Lesser General Public License v2.1
5 stars 5 forks source link

add monkeypatched constant and methods #10

Closed exterm closed 8 years ago

exterm commented 8 years ago

thereby increasing compatibility with rails 4.1

As the comments say, we had problems with test-unit-activesupport and rails 4.1. The routing helpers did not work because the message method was missing in the monkeyptached TestCase. Sadly, this seems very hard to test in a clean way.

Also, we are using shoulda-matchers which requires the constant ActiveSupport::TestCase::Assertion which is again is missing in the monkeypatched TestCase.

Both are present in the original ActiveSupport::TestCase from activesupport 4.1.14.2 .

kou commented 8 years ago

Thanks.

kou commented 8 years ago

I've release test-unit-activesupport 1.0.5.