[rspec-users] [ANN] rspec and rspec-rails 1.2.9.rc1 Released

2009-09-14 Thread David Chelimsky
rspec and rspec-rails version 1.2.9.rc1 have been released! === We're using the new rubygems prerelease feature to do proper release candidates. This feature was introduced to rubygems a couple of versions back, but I'd recommend updating to

Re: [rspec-users] After upgrade to newest TM Bundle I get "Invalid char" error

2009-09-14 Thread David Chelimsky
On Mon, Sep 14, 2009 at 1:32 PM, Steffen Hiller wrote: > Hey, > > I finally upgraded from a rather old RSpec Textmate Bundle to the newest > version. (master:efe49e) My apologies, but the rspec bundle in the official textmate repo is quite dated. For the short term, please use the textmate bundle

Re: [rspec-users] After upgrade to newest TM Bundle I get "Invalid char" error

2009-09-14 Thread Chad Humphries
Steffen, What ruby version do you have? i.e. /usr/bin/ruby -v -- Chad On Sep 14, 2009, at 2:32 PM, Steffen Hiller wrote: Hey, I finally upgraded from a rather old RSpec Textmate Bundle to the newest version. (master:efe49e) But when running any commands such as "Run Examples" or "Altern

[rspec-users] After upgrade to newest TM Bundle I get "Invalid char" error

2009-09-14 Thread Steffen Hiller
Hey, I finally upgraded from a rather old RSpec Textmate Bundle to the newest version. (master:efe49e) But when running any commands such as "Run Examples" or "Alternate File" I get: /usr/bin/ruby:1: Invalid char `\312' in expression /usr/bin/ruby:1: Invalid char `\376' in expression /usr/bin/ru

Re: [rspec-users] controller specs with non-RESTful routes

2009-09-14 Thread David Chelimsky
On Fri, Sep 11, 2009 at 3:28 PM, Giuseppe Bertini wrote: > Hello list, > this should be an easy one, but I seem to be stuck. > What is the proper way to mimic a POST request for a named, non-RESTful > route? > > here's the route and the rest of the setup: > > map.accept_invitation '/accept_invitat

Re: [rspec-users] controller specs with non-RESTful routes

2009-09-14 Thread Matt Wynne
On 11 Sep 2009, at 21:28, Giuseppe Bertini wrote: Hello list, this should be an easy one, but I seem to be stuck. What is the proper way to mimic a POST request for a named, non- RESTful route? here's the route and the rest of the setup: map.accept_invitation '/accept_invitation/:id', :cont