Skip to content

Instantly share code, notes, and snippets.

@benmoss
Forked from 1dolinski/gist:6858110
Last active December 24, 2015 20:29
Show Gist options
  • Save benmoss/6858141 to your computer and use it in GitHub Desktop.
Save benmoss/6858141 to your computer and use it in GitHub Desktop.
require 'spec_helper'
describe "Show page" do
subject { page }
describe "show page" do
let(:user) { create(:user) }
before { visit user_home_path}
it do
binding.pry
should have_content(user.username.capitalize)
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment