Skip to content

Instantly share code, notes, and snippets.

#---------------------------
#profile_controller_spec.rb
#---------------------------
describe ProfileController do
shared_examples_for "User" do
it "should show user profile" do
get :index
response.should be_success
end