Open jackerman09 opened 8 years ago
Did you have any luck fixing this? If not, I'd need the RSpec & Rails version you're running.
Also, you could try to add this before your prefork:
require 'rspec/expectations'
It seems like the include
call this library does when loading calls define
on RSpec::Matchers, which seems not yet to have been loaded.
No luck yet, I will try your suggestions and report back, thanks On May 7, 2016 9:15 AM, "Beat" notifications@github.com wrote:
Did you have any luck fixing this? If not, I'd need the RSpec & Rails version you're running.
Also, you could try to add this before your prefork:
require 'rspec/core'require 'rspec/expectations'require 'rspec/mocks'
It seems like the include call this library does when loading calls define on RSpec::Matchers, which seems not yet to have been loaded.
— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/beatrichartz/shoulda-callback-matchers/issues/21#issuecomment-217634336
I just added this gem, and I am now unable to run any tests or start my spork server.
Gemfile:
Error:
Any help would be appreciated, and please let me know if there is any additional information I should share, thanks!