Skip to content

Conversation

@loganhasson
Copy link

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

  • 51 conversions
    from: obj.should
    to: expect(obj).to
  • 7 conversions
    from: == expected
    to: eq(expected)
  • 7 conversions
    from: obj.should_not
    to: expect(obj).not_to

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

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

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

* 7 conversions
    from: obj.should_not
      to: expect(obj).not_to
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.

1 participant