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

Require puma/events in test helper #1418

Merged

Commits on Sep 20, 2017

  1. Require puma/events in test helper

    Moves the require for puma/events from the individual test files and
    into the main test helper.
    
    The reason for this was while I was debugging the `test_puma_server.rb`
    tests I was getting an error for an uninitialized constant for
    `Puma::Event`.
    
    Moving the require from the individual files to the test help means the
    `puma/events` will always be included instead of having to remember to
    do that. It makes debugging individual tests locally easier.
    eileencodes committed Sep 20, 2017
    Copy the full SHA
    ca88a97 View commit details
    Browse the repository at this point in the history