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

exchange string and regexp in assert_match tests #900

Merged
merged 1 commit into from
May 14, 2013

Commits on May 9, 2013

  1. tests: exchange regexp and string with assert_match

    MiniTest gem raises a TypeError
     TypeError: can't convert Regexp to String
    when in assert_match the first argument is a string and the second a
    regular expression, as the first argument is always converted to RegExp.
    boutil committed May 9, 2013
    Configuration menu
    Copy the full SHA
    4229bdf View commit details
    Browse the repository at this point in the history