Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to update MiniTest adapter. #33

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

av-ast
Copy link

@av-ast av-ast commented Jul 15, 2013

I've tried wrong with the latest minitest version 5.0.6 and it failed.

  1. Error:
    UnitTest#test_assert_true:
    NoMethodError: undefined method _assertions' for #<UnitTest:0x00000101143ed8> /Users/ava/git/wrong/lib/wrong/adapters/minitest.rb:13:inaver'
    /Users/ava/git/wrong/lib/wrong/assert.rb:34:in assert' unit_test.rb:6:intest_assert_true'

Since the latest version MiniTest uses assertions instead of _assertions.

Also, this PR will replace the gem source with proper 'https://rubygems.org' and will remove deprecation message.

@qblake
Copy link

qblake commented Nov 4, 2013

👍

@zzet
Copy link

zzet commented Jan 12, 2014

Actual for me too. @sconover can you review?

@alexch
Copy link
Collaborator

alexch commented Jan 29, 2014

I'm finally looking into this; unfortunately minitest_test.rb fails -- many times on Minitest 5.2.2, twice on Minitest 5.0.6. I'll have to spend more time digging.

@cristibalan
Copy link

@alexch Do you have any WIP related to minitest 5 you could push? I tried looking into it but didn't get far. It would help if the big changes got a starting direction from one of the maintainers tho.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants