This worked for me
#From my rails project
rm -rf vendor/plugins/rspec
rm -rf vendor/plugins/rspec_on_rails
ruby script/plugin install
svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec
ruby script/plugin install
svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec_on_rails
ruby script/generate
On Oct 30, 2007, at 1:01 PM, Alastair Moore wrote:
>
> On 30 Oct 2007, at 16:36, David Chelimsky wrote:
>
>> On Oct 30, 2007 12:13 PM, Alastair Moore <[EMAIL PROTECTED]>
>> wrote:
>>> This is using ruby 1.8.6 (2007-06-07 patchlevel 36) [universal-
>>> darwin9.0] on the full release of 10.5 Leop
On 30 Oct 2007, at 16:36, David Chelimsky wrote:
> On Oct 30, 2007 12:13 PM, Alastair Moore <[EMAIL PROTECTED]> wrote:
>> This is using ruby 1.8.6 (2007-06-07 patchlevel 36) [universal-
>> darwin9.0] on the full release of 10.5 Leopard. RSpec bundle is 2799
>> and RSpec-1.0.8 (r2338) - BDD for R
On 30 Oct 2007, at 16:36, David Chelimsky wrote:
> On Oct 30, 2007 12:13 PM, Alastair Moore <[EMAIL PROTECTED]> wrote:
>> This is using ruby 1.8.6 (2007-06-07 patchlevel 36) [universal-
>> darwin9.0] on the full release of 10.5 Leopard. RSpec bundle is 2799
>> and RSpec-1.0.8 (r2338) - BDD for R
On Oct 30, 2007 12:13 PM, Alastair Moore <[EMAIL PROTECTED]> wrote:
> This is using ruby 1.8.6 (2007-06-07 patchlevel 36) [universal-
> darwin9.0] on the full release of 10.5 Leopard. RSpec bundle is 2799
> and RSpec-1.0.8 (r2338) - BDD for Ruby http://rspec.rubyforge.org/
>
> Little frustrating!
Le 30 oct. 07 à 17:13, Alastair Moore a écrit :
> Hi Arthur,
>
> I've since upgraded to Leopard and installed Rspec/Textmate etc. I
> tried your patch but unfortunately it caused more errors. I'm still
> having the same errors on a reasonably fresh Leopard install.
>
> /Users/alastair/Library/Appl
On 30 Oct 2007, at 14:20, Arthur Pétry wrote:
> I've the same problem as Alastair when running rspec command :
>
> http://lists.macromates.com/pipermail/textmate/2007-October/022585.html
>
> ../spec/mate/runner.rb:34:in `run': undefined method `parse' for
> Spec::Runner::OptionParser:Clas
I've the same problem as Alastair when running rspec command :
http://lists.macromates.com/pipermail/textmate/2007-October/022585.html
../spec/mate/runner.rb:34:in `run': undefined method `parse' for
Spec::Runner::OptionParser:Class
I fixed this for me by changing the offending line