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

Allow running individual tests via the m gem. #1701

Merged
merged 1 commit into from Jan 4, 2019

Commits on Jan 4, 2019

  1. Allow running individual tests via the m gem.

    ```
    $ bundle exec m test/test_rack_handler.rb:34
    ```
    
    If it's not in the Gemfile, then you can't execute `m` with `bundle exec`.
    schneems committed Jan 4, 2019
    Copy the full SHA
    ce57cfb View commit details
    Browse the repository at this point in the history