Mine
public ruby v1 · immutablerequire 'spec_helper'describe Users::AuthController do describe "Google Login" do it "should log the user into google" do get :google response.should be_success end endendrequire 'spec_helper'describe Users::AuthController do describe "Google Login" do it "should log the user into google" do get :google response.should be_success end endend