Skip to content
This repository was archived by the owner on Apr 17, 2018. It is now read-only.

Conversation

@martinemde
Copy link

Here's all my changes to modernize this one. Please check these thoroughly for ardm mentions. I tried to remove them all.

@martinemde
Copy link
Author

Nevermind, seems we're good anyway. Just a mistake on my end.

This conversion is done by Transpec 3.0.7 with the following command:
    transpec

* 64 conversions
    from: obj.should
      to: expect(obj).to

* 53 conversions
    from: == expected
      to: eq(expected)

* 16 conversions
    from: it { should ... }
      to: it { is_expected.to ... }

* 4 conversions
    from: <= expected
      to: be <= expected

* 4 conversions
    from: >= expected
      to: be >= expected

* 1 conversion
    from: pending { do_something_fail }
      to: pending; do_something_fail

For more details: https://github.com/yujinakayama/transpec#supported-conversions
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants