Skip to content

Commit

Permalink
Avoids 1.9 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
alindeman committed Jan 13, 2013
1 parent 69ae7a0 commit 99eb004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/controller_specs/anonymous_controller.feature
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ Feature: anonymous controller
require "spec_helper"
Rails.application.routes.draw do
match "/login" => "sessions#new", as: "login", via: "get"
match "/login" => "sessions#new", :as => "login", :via => "get"
end
describe ApplicationController do
Expand Down

0 comments on commit 99eb004

Please sign in to comment.