Re: [rspec-users] An error on edge at -r 2767

2007-10-24 Thread Scott Taylor
On Oct 24, 2007, at 2:58 AM, Scott Taylor wrote: Is no one else experiencing roll back problems on Trunk rspec? Scott On Oct 23, 2007, at 1:54 PM, David Chelimsky wrote: On 10/23/07, sinclair bain [EMAIL PROTECTED] wrote: Oops, A bit over-zealous on the send. As I meant to add This

Re: [rspec-users] An error on edge at -r 2767

2007-10-23 Thread sinclair bain
Hi, Updated from the trunk/edge again today however all the specs still fail as before. I uninstalled and moved back to the 1.0.8 release and all specs are successful again. Unfortunately, no Story Runner. Cheers! sinclair On 10/22/07, sinclair bain [EMAIL PROTECTED] wrote: Morning, Having

Re: [rspec-users] An error on edge at -r 2767

2007-10-23 Thread David Chelimsky
On 10/23/07, sinclair bain [EMAIL PROTECTED] wrote: Hi,Updated from the trunk/edge again today however all the specs still fail as before. I uninstalled and moved back to the 1.0.8 release and all specs are successful again. Unfortunately, no Story Runner. Sorry Sinclair, but I have no

Re: [rspec-users] An error on edge at -r 2767

2007-10-23 Thread sinclair bain
Ok Using rails 1.2.3 rails trunk-error -d sqlite3 cd trunk-error ruby script/plugin install svn://rubyforge.org/var/svn/rspec/trunk/rspec ruby script/plugin install svn://rubyforge.org/var/svn/rspec/trunk/rspec_on_rails ruby script/generate rspec In an editor create the following model spec

Re: [rspec-users] An error on edge at -r 2767

2007-10-23 Thread sinclair bain
Oops, A bit over-zealous on the send. As I meant to add This was not the case last week. This did not occur until yesterday when I svn upped the project (I had installed the rspec trunk as an svn:external). This all occurs on WindowsXP ___ rspec-users

Re: [rspec-users] An error on edge at -r 2767

2007-10-23 Thread David Chelimsky
On 10/23/07, sinclair bain [EMAIL PROTECTED] wrote: Oops, A bit over-zealous on the send. As I meant to add This was not the case last week. This did not occur until yesterday when I svn upped the project (I had installed the rspec trunk as an svn:external). This all occurs on WindowsXP

Re: [rspec-users] An error on edge at -r 2767

2007-10-23 Thread David Chelimsky
On 10/23/07, David Chelimsky [EMAIL PROTECTED] wrote: On 10/23/07, sinclair bain [EMAIL PROTECTED] wrote: This all occurs on WindowsXP Ah - I am therefore not able to help debug this precisely In case this wasn't clear - because I don't have that OS available :)

Re: [rspec-users] An error on edge at -r 2767

2007-10-23 Thread David Chelimsky
On 10/23/07, sinclair bain [EMAIL PROTECTED] wrote: David, This does the trick. However this is the same in the REL_1_0_8 tag yet that works as before. The only thing which changed being the rspec plugin versions. So it looks like something else may have changed, I am wondering if this was

Re: [rspec-users] An error on edge at -r 2767

2007-10-23 Thread sinclair bain
OK. Looks like this whole area has been worked upon. In the trunk the rspec_on_rails/lib/spec/rails/dsl/behaviour/ directory has been reworked. The rails_example.rb file contains the class method #before_eval where the error is sourced. In REL_1_0_8 this functionality was in the base.rb

Re: [rspec-users] An error on edge at -r 2767

2007-10-23 Thread David Chelimsky
On 10/23/07, sinclair bain [EMAIL PROTECTED] wrote: So ... somewhere in there lies the cause.; ) Anyway I get the Story Runner back with the manual config modification so that's where we want to be. Just to be clear - that's where you *should* have been all along. It looks