[rspec-users] Controller specs erroneously loading views in edge rails?

2008-08-22 Thread John Reilly
Hello, I think I may have found a bug between rspec and edge rails... But I'm new to this so I'm hoping someone else can confirm before I go filing bug reports. Basically, I'm seeing what "appears" to be my controller specs deciding to load the views, even though I haven't called integrate_views.

Re: [rspec-users] story vs feature (was Documentation for Plain-Text Stories)

2008-08-22 Thread Jonathan Linowes
On Aug 20, 2008, at 10:20 AM, David Chelimsky wrote: I see them as very different. User Stories are inputs to a development process and Features are the outputs. I decided to churn on this for a few days before responding. Actually I was going to let it drop, but kept thinking about it.

Re: [rspec-users] Autotest setup to run Story Runner?

2008-08-22 Thread Luke Melia
On Aug 14, 2008, at 5:10 PM, Ben Men wrote: ... I think it would still be incredibly useful even if it ran a single scenario every time you edit that scenario - not necessarily the source files that the scenario would "operate" on. You can pull this off pretty easily with rstakeout. Luke -- L

Re: [rspec-users] rake spec order of running tests

2008-08-22 Thread Ben Mabey
Mark Wilden wrote: > On Fri, Aug 22, 2008 at 6:18 AM, David Chelimsky <[EMAIL PROTECTED] > > wrote: > > > Any chance the different machines are windows and otherwise? By > default the files are loaded alphabetically, but that means different > things on windows

Re: [rspec-users] rake spec order of running tests

2008-08-22 Thread Mark Wilden
On Fri, Aug 22, 2008 at 6:18 AM, David Chelimsky <[EMAIL PROTECTED]>wrote: > > Any chance the different machines are windows and otherwise? By > default the files are loaded alphabetically, but that means different > things on windows machines (which treat alpha without regard to case) > and prett

Re: [rspec-users] rake spec order of running tests

2008-08-22 Thread David Chelimsky
On Thu, Aug 21, 2008 at 4:29 PM, Mark Wilden <[EMAIL PROTECTED]> wrote: > On Thu, Aug 21, 2008 at 12:51 PM, David Chelimsky <[EMAIL PROTECTED]> > wrote: >> >> My personal feeling is that the code examples should be able to run in >> any arbitrary order and still pass (no dependencies between exampl