Re: [rspec-users] Mocks? Really?

2007-12-07 Thread David Chelimsky
On Dec 7, 2007 8:30 PM, Priit Tamboom <[EMAIL PROTECTED]> wrote: > Hi! > > > > This is handy and keeps the view test isolated from changes to your > > > models, but is that really the point? > > I was very confused first as well. It didn't make any point to me and > I'm not using it at all. As far

Re: [rspec-users] Mocks? Really?

2007-12-07 Thread Priit Tamboom
Hi! > > This is handy and keeps the view test isolated from changes to your > > models, but is that really the point? I was very confused first as well. It didn't make any point to me and I'm not using it at all. As far as I know, I take it as an optional tool to go nuts with views when needed. I

Re: [rspec-users] TextMate Sidebar

2007-12-07 Thread Scott Taylor
On Dec 7, 2007, at 3:57 PM, sinclair bain wrote: Hey Jed, Can you please provide a link to the recording you mentioned ? That would be great! I would imagine he's talking about this: http://rubyconf2007.confreaks.com/ Scott ___ rspec-users ma

Re: [rspec-users] TextMate Sidebar

2007-12-07 Thread sinclair bain
Hey Jed, Can you please provide a link to the recording you mentioned ? That would be great! Cheers! sinclair On Dec 7, 2007 2:25 AM, Jed Hurt <[EMAIL PROTECTED]> wrote: > Hey David, > I just watched the RubyConf recording of your RSpec session and noticed > that you're using a modified versi

[rspec-users] rspec_on_rails (trunk - r3070) works with Rails 2.0.1

2007-12-07 Thread David Chelimsky
After a couple of quick fixes this morning, rspec_on_rails (in trunk as of rev 3070) now works correctly with Rails 2.0.1 Now that Rails 2.0 is out, we'll try to get an RSpec 1.1 release candidate out the door in the next few days. Cheers, David ___ rsp

Re: [rspec-users] strange error on mock proxy

2007-12-07 Thread David Chelimsky
I'm away from my computer right now so I can't give you details, but I know that view examples use mocks under the hood for some things. On 12/7/07, Brandon Keepers <[EMAIL PROTECTED]> wrote: > I'm banging my head over this really strange error in a view test when > I run "rake spec". The weird t

[rspec-users] strange error on mock proxy

2007-12-07 Thread Brandon Keepers
I'm banging my head over this really strange error in a view test when I run "rake spec". The weird thing is that I don't get the error when I run the spec file by itself. Here is the spec (I know, fixtures are the devil): describe "/units/new.html.erb here" do fixtures :units, :accounts,

[rspec-users] help please

2007-12-07 Thread David Chelimsky
Hey all, Rails just got tagged 2.0.0, and then 2.0.1. Unfortunately, it includes a changeset from yesterday that breaks rspec's pre_commit task. I do not have cycles to address this until tonight, and I suspect that everyone is going to be grabbing the 2.0.1 release and become sad when RSpec won't

Re: [rspec-users] TextMate Sidebar

2007-12-07 Thread David Chelimsky
On Dec 7, 2007 1:25 AM, Jed Hurt <[EMAIL PROTECTED]> wrote: > Hey David, > > I just watched the RubyConf recording of your RSpec session Cool - I didn't know those were up. > and noticed that > you're using a modified version of TextMate that uses a sidebar instead of a > project drawer. Where di