1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/lib/generators/sidekiq
Luiz Felipe G. Pereira bb8871e3d1 Follow generator configuration to determine the resulting test file (#4371)
Verifying that `RSpec` is defined assumes that the library is loaded on
the same environment that the generator is running.

It is often common to not have the rspec gem required on development,
which is the default environment to run the generator from.

Following the configured generator removes the assumption and works as
expected without breaking expectations.
2019-11-11 10:37:39 -08:00
..
templates Don't need to support ancient versions of Minitest anymore 2019-08-28 09:58:33 -07:00
worker_generator.rb Follow generator configuration to determine the resulting test file (#4371) 2019-11-11 10:37:39 -08:00