Re: [rspec-users] RSpec 2, Rails 3, and SSL routes

2010-12-13 Thread Brian Ploetz
Anybody? On Dec 9, 3:22 pm, Brian Ploetz bplo...@gmail.com wrote: Hi all, This is probably a stupid question, but I can't figure out how to do this. If I have some routes which require SSL, how do I test that with RSpec? For example: # routes.rb scope :constraints = { :protocol

Re: [rspec-users] RSpec 2, Rails 3, and SSL routes

2010-12-13 Thread Brian Ploetz
OK, cool. I'll avoid banging my head against the wall in the mean time. :-) Thanks alot David. BP On Dec 13, 9:16 am, David Chelimsky dchelim...@gmail.com wrote: On Dec 13, 2010, at 7:55 AM, Brian Ploetz wrote: Anybody? On Dec 9, 3:22 pm, Brian Ploetz bplo...@gmail.com wrote: Hi all

Re: [rspec-users] RSpec 2, Rails 3, and SSL routes

2010-12-13 Thread Brian Ploetz
Actually, Rails seems to correctly support *some* routing constraints in tests (:format being one), but not others (:protocol being one). I'm coming up with a failing test which I'll attach to that Rails ticket, but just noting it here as an FYI to others... On Dec 13, 9:43 am, Brian Ploetz bplo

Re: [rspec-users] should raise_error(ArgumentError) resulting in NoMethodError

2010-08-26 Thread Brian Ploetz
*smacks head* Duh. Thanks David and Rob! On Aug 26, 12:35 am, Rob Biedenharn r...@agileconsultingllc.com wrote: On Aug 26, 2010, at 12:14 AM, David Chelimsky wrote: On Aug 25, 2010, at 10:13 PM, Brian Ploetz wrote: Environment -- ruby 1.9.2p0 (2010-08-18 revision

[rspec-users] should raise_error(ArgumentError) resulting in NoMethodError

2010-08-25 Thread Brian Ploetz
Environment -- ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-darwin10.4.0] rspec (1.3.0) Code --- def currency_to_dollars(currency_amount) raise ArgumentError(Currency amount can't be nil) if currency_amount.nil? end Spec it should raise an

Re: [rspec-users] should raise_error(ArgumentError) resulting in NoMethodError

2010-08-25 Thread Brian Ploetz
`ArgumentError' for #Service:0x01029665d8 # ./test/spec/service_spec.rb:92:in `block (2 levels) in top (required)' On Aug 25, 11:13 pm, Brian Ploetz bplo...@gmail.com wrote: Environment -- ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-darwin10.4.0] rspec (1.3.0