Skip to content

Instantly share code, notes, and snippets.

@1dolinski
Created October 6, 2013 19:29
Show Gist options
  • Save 1dolinski/6858110 to your computer and use it in GitHub Desktop.
Save 1dolinski/6858110 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}
binding.pry
it { should have_content(user.username.capitalize) }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment