require 'spec_helper' describe ApplicationController do it "can fail login" do get "root#index" end end