pat / combustion

Simple, elegant testing for Rails Engines
MIT License
708 stars 51 forks source link

uninitialized constant Combustion::Bundler #81

Closed anson2590 closed 6 years ago

anson2590 commented 6 years ago

Hi, Im using combusion version 0.7.0 gem and rails version 5.1. , when i try to run rspec I get error saying. Failure/Error: Combustion.initialize! :action_controller do config.cache_store = :null_store end

NameError: uninitialized constant Combustion::Bundler

Can someone explain what the issue might be and how to resolve it.

pat commented 6 years ago

Hi 👋

It sounds like you're not loading Bundler before you're loading Combustion? I don't suppose you can spare the spec_helper.rb file for your project? Or even better, is the project open-source and online so I can review it directly?

anson2590 commented 6 years ago

Hi, Thanks pat, now it is working i had bug in my code, fixed it.

pat commented 6 years ago

Oh great, good to know you figured it out :) Any further issues, do let me know!