SSL routes and functional tests

If I wrap my SSL-required routes in a block like this:

  scope :protocol => "https://", :constraints => { :protocol => "https://" } do

    match '/signup' => 'users#new', :as => :signup, :via => :get