You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to check out you gem, but have some problem when run Spork to preload Rails environment. It says this: Using RSpec Preloading Rails environment undefined method configure' for RSpec:Module (NoMethodError)
/home/runfor/.rvm/gems/ruby-1.9.3-p327-fast/gems/capybara-select2-0.0.3/lib/capybara-select2.rb:20:in <top (required)>'
But rake spec works fine. Any suggestions why this error appear?
The text was updated successfully, but these errors were encountered:
Not very sure as I never use spork, would be great if you could help to patch. I personally just use inline feature for delayed job so I dont need to run drb server at all.
Hi!
I'm trying to check out you gem, but have some problem when run Spork to preload Rails environment. It says this:
Using RSpec Preloading Rails environment undefined method
configure' for RSpec:Module (NoMethodError)/home/runfor/.rvm/gems/ruby-1.9.3-p327-fast/gems/capybara-select2-0.0.3/lib/capybara-select2.rb:20:in
<top (required)>'
But rake spec works fine. Any suggestions why this error appear?
The text was updated successfully, but these errors were encountered: