DG IZ; fixed failing dashboard controller spec

This commit is contained in:
danielvincent 2010-07-02 10:27:41 -07:00
parent d39d02c8ec
commit 24af7753fe

View file

@ -5,6 +5,7 @@ describe DashboardController do
before do
request.env['warden'] = mock_model(Warden, :authenticate? => @user, :authenticate! => @user)
Factory.create(:user, :profile => Profile.create( :first_name => "bob", :last_name => "smith"))
end
it "index action should render index template" do