diff --git a/config/environments/cucumber.rb b/config/environments/cucumber.rb index b4b6325..609aeba 100644 --- a/config/environments/cucumber.rb +++ b/config/environments/cucumber.rb @@ -25,3 +25,5 @@ require 'rubygems' require 'factory_girl' require 'shoulda' +HOST = "localhost" + diff --git a/config/routes.rb b/config/routes.rb index 589c9c4..c3f968c 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,6 +1,6 @@ ActionController::Routing::Routes.draw do |map| - map.root :controller => "clearance/users", :action => "new" + map.root :controller => "clearance/sessions", :action => "new" # See how all your routes lay out with "rake routes" -- libgit2 0.21.2