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

Cut out codes in Resque::Server.helpers block into a module #1851

Merged
merged 3 commits into from Jan 27, 2023

Conversation

mishina2228
Copy link
Contributor

refs #1838

As I wrote here(#1838 (comment)), to test the helper methods of rack, I needed to cut out the codes into a module.
I also made some improvements.

  • Resque::Server.helpers was used twice(lib/resque/server.rb and lib/resque/server/helpers.rb),
    so it was combined into one module.
  • lib/resque/server/test_helper.rb was added in tests for resque-web #72, but no longer seems to be in use.
    So I removed it.

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.

None yet

2 participants