Re: [rspec-users] Controller specs and default_url_options

2012-01-19 Thread Martin C.
Hi Jeremie, I'm also using Rails 3.1.3 and rspec-rails 2.8.1 and I was in the same situation as you: neither the rspec issue #255 or the proposed solutions in this email thread solved my problems. But now I have something working for me (and hopefully it will work for you too). As I recently post

[rspec-users] Speccing Rack middleware rack-cors

2012-01-19 Thread haarts
Dear all, I'd love to spec a piece of Rack middleware I'm using a project. It's middleware providing CORS functionality (https://github.com/cyu/rack-cors , 0.2.4). The middleware seems to work when I'm cURLing but I can't seem to get it to work with Rspec (2.8.0) and Rails (3.1.3). It looks lik

Re: [rspec-users] Speccing Rack middleware rack-cors

2012-01-19 Thread haarts
I'm now confident the Rack middleware is _not_ bypassed. Awesome! Only now I really don't know what is amiss.___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users