[rspec-users] spec runner

2009-11-02 Thread BrianTheCoder
How do I just invoke the spec runner through code? I have a watchr file that I want to run the specs when files change, but I am shelling out right now, so i though i'd speed it up by keeping it ruby. I tried digging through the spec file, but lost while digging through the files _

Re: [rspec-users] undefined method get

2009-11-02 Thread BrianTheCoder
wrote: > On Oct 29, 2009, at 6:04 PM, BrianTheCoder wrote: > > > So here's the deal. Was using rack-test in rspec, cause I like passing > > paths instead of an action name, but it doesn't have access to the > > session, flash, cookies, etc. So I tried to switch to

[rspec-users] undefined method get

2009-10-31 Thread BrianTheCoder
So here's the deal. Was using rack-test in rspec, cause I like passing paths instead of an action name, but it doesn't have access to the session, flash, cookies, etc. So I tried to switch to normal rspec and here's what I get (gist is working for me, so just pasting here) # error 1) NoMethodErro