All pastes #2120665 Raw Edit

Mine

public ruby v1 · immutable
#2120665 ·published 2012-02-22 08:00 UTC
rendered paste body
require '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