bullet icon indicating copy to clipboard operation
bullet copied to clipboard

uninitialized constant Bullet::Detector::Post

Open kwerle opened this issue 5 years ago • 0 comments

I have bullet loaded but not enabled and my test environment is throwing the following:

# .../ruby/vendor/ruby/2.5.0/gems/bullet-6.0.1/spec/bullet/detector/unused_eager_loading_spec.rb:9:in `block (2 levels) in <module:Detector>'
# .../ruby/vendor/ruby/2.5.0/gems/rspec-core-3.8.2/lib/rspec/core/hooks.rb:348:in `instance_exec'
# .../ruby/vendor/ruby/2.5.0/gems/rspec-core-3.8.2/lib/rspec/core/hooks.rb:348:in `run'
# .../ruby/vendor/ruby/2.5.0/gems/rspec-core-3.8.2/lib/rspec/core/hooks.rb:507:in `block in run_owned_hooks_for'
# .../ruby/vendor/ruby/2.5.0/gems/rspec-core-3.8.2/lib/rspec/core/hooks.rb:506:in `each'
# .../ruby/vendor/ruby/2.5.0/gems/rspec-core-3.8.2/lib/rspec/core/hooks.rb:506:in `run_owned_hooks_for'
# .../ruby/vendor/ruby/2.5.0/gems/rspec-core-3.8.2/lib/rspec/core/hooks.rb:458:in `run'
# .../ruby/vendor/ruby/2.5.0/gems/rspec-core-3.8.2/lib/rspec/core/example_group.rb:542:in `block in run_before_context_hooks'
# .../ruby/vendor/ruby/2.5.0/gems/rspec-core-3.8.2/lib/rspec/core/memoized_helpers.rb:186:in `block in isolate_for_context_hook'
# .../ruby/vendor/ruby/2.5.0/gems/rspec-core-3.8.2/lib/rspec/core/memoized_helpers.rb:182:in `instance_exec'
# .../ruby/vendor/ruby/2.5.0/gems/rspec-core-3.8.2/lib/rspec/core/memoized_helpers.rb:182:in `isolate_for_context_hook'
# .../ruby/vendor/ruby/2.5.0/gems/rspec-core-3.8.2/lib/rspec/core/example_group.rb:541:in `run_before_context_hooks'
# .../ruby/vendor/ruby/2.5.0/gems/rspec-core-3.8.2/lib/rspec/core/example_group.rb:594:in `run'
# .../ruby/vendor/ruby/2.5.0/gems/rspec-core-3.8.2/lib/rspec/core/runner.rb:116:in `block (3 levels) in run_specs'

kwerle avatar Jul 09 '19 01:07 kwerle