Re: [rspec-users] Quiet Backtrace in RSpec

2008-01-19 Thread aslak hellesoy
On Jan 19, 2008 4:16 AM, Jed Hurt [EMAIL PROTECTED] wrote: I'm using RSpec on Rails and would like to clean up the backtraces, so I went looking for an RSpec equivalent to ThoughtBot's Quiet Backtrace gem. I found Spec::Runner::QuietBacktraceTweaker in the RDOCS, but I can't figure out how to

Re: [rspec-users] autotest problem?

2008-01-19 Thread Corey Haines
sorry, keep forgetting about the versions. Here's the gem list ZenTest (3.8.0, 3.7.2, 3.7.1, 3.6.1) redgreen (1.2.2) ruby-snarl (0.0.8) Here's the rspec plugin RSpec-1.1.2 (build 20080114022430) - BDD for Ruby I'm not totally sure how to get the version for the rspec_on_rails plugin, but I just

Re: [rspec-users] autotest problem?

2008-01-19 Thread David Chelimsky
On Jan 19, 2008 11:54 AM, Corey Haines [EMAIL PROTECTED] wrote: sorry, keep forgetting about the versions. Here's the gem list ZenTest (3.8.0, 3.7.2, 3.7.1, 3.6.1) redgreen (1.2.2) ruby-snarl (0.0.8) Here's the rspec plugin RSpec-1.1.2 (build 20080114022430) - BDD for Ruby I'm not

Re: [rspec-users] new in ruby and rspec testing

2008-01-19 Thread Kevin Williams
That worked easily enough - thanks! On Jan 18, 2008 9:57 AM, Ben Mabey [EMAIL PROTECTED] wrote: Kevin Williams wrote: The website. I cd into the /doc directory and ran the rake task to create the site. The pages seem to be there, but some links are broken and there are no css or image

Re: [rspec-users] autotest problem?

2008-01-19 Thread Corey Haines
Well, here's something crazy. I took them out, put them back in and it works. Of course, the redgreen coloring isn't working, but autotest seems to be. Strange. Oh well, chalk it up to craziness on my machine (and probably in my head a bit) Thanks, David. -Corey On Jan 19, 2008 1:02 PM, David