Re: [rspec-users] autotest giving error when having shared example in specs

2011-02-03 Thread Adam Greene
I believe this is caused by a bad example on https://github.com/rspec/rspec/wiki/autotest ,specifically under the section "Advanced autotest configuration". I ran into this exact same issue and it was solved by changing the example to use spec/**/*_spec.rb. I went ahead and took the liberty of u

Re: [rspec-users] Cucumber: acceptance testing OAuth

2009-01-14 Thread Adam Greene
Hey guys, I've been running into this *exact* same issue. Luke Melia, in this thread: http://groups.google.com/group/rspec/browse_thread/thread/39a455db0ce19532/185e7f8bdbd79383?lnk=gst&q=cucumber+stub#185e7f8bdbd79383 offers an interesting way around this issue. What I ended up doing, was in t