sqewer
sqewer copied to clipboard
Investigate if we're managing dependencies properly.
Describe the bug Without some explicit require statements in spec_helper, tests become flaky and depend on the order of execution.
To Reproduce Steps to reproduce the behavior:
- Checkout to an older version of sqewer, before 8.1.0 or comment out this line
- Run
rspec spec/sqewer/connection_spec.rb:41 - See
uninitialized constant Awserror
Expected behavior
sqewer should not explicitly depend on Aws::SQS