it "displays all the widgets" do render expect(rendered).to have_link('Login with Facebook', :href => '/auth/facebook') end
it "displays all the widgets" do
render
expect(rendered).to have_link('Login with Facebook', :href => '/auth/facebook')
end