0 notes &
Rails, Redis, Resque and Cucumber
If you have a cucumber feature which depends on a resque worker make sure that
- the resque worker is running in “cucumber” environment
- transactions are turned off for the feature by
@no-txntag
0 notes &
If you have a cucumber feature which depends on a resque worker make sure that
@no-txn tag