1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
Commit graph

5 commits

Author SHA1 Message Date
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
fatkodima
9aed617749 Respect rails' generators test_framework option and gracefully handle extra worker suffix on generator 2019-09-10 14:42:49 -07:00
Mike Perham
10c9eca93f Remove test which requires a lot more Rails set up than I want to deal with
Prints a big deprecation warning with Rails 4.2.
2015-07-13 21:52:53 -07:00
grosser
57a06d00d6 allow every test to be run with just ruby test/xxx_test.rb 2014-12-30 12:54:58 -08:00
Richard Lee
defbd6ac32 Add worker generator test 2014-10-21 22:55:40 +08:00