sandro / specjour

distributed rspec & cucumber via bonjour
MIT License
212 stars 33 forks source link

undefined method preload_spec= #19

Closed jackdempsey closed 13 years ago

jackdempsey commented 13 years ago

For some reason I'm seeing this when trying to use specjour:

.rvm/gems/ree-1.8.7-2010.02/gems/specjour-0.3.1/lib/specjour/dispatcher.rb:164:in set_up_manager': undefined methodpreload_spec=' for #Specjour::Manager:0x102f6ac18 (NoMethodError)

Just doing basic specjour commands as listed in the readme. Anyone ever seen this?

sandro commented 13 years ago

Do you have multiple versions of the gem installed or are you distributing to another computer with a mismatched version number?

jackdempsey commented 13 years ago

hey Sandro,

I think it might be multiple versions of the gem installed. I just cleaned out some gems and don't see that issue anymore, just some deprecation warnings:

~/xxxxxxx specjour prepare Looking for managers... No listeners found on this machine, starting one...


DEPRECATION WARNING: you are using a deprecated constant that will be removed from a future version of RSpec.

internal:lib/rubygems/custom_require:29:in `require'

sandro commented 13 years ago

Cool. Thanks for letting me know about the deprecation warning. I haven't tested specjour against the latest version of rspec for quite some time. I'll fix it in the new year.