Skip to content

Instantly share code, notes, and snippets.

@groony
Created July 3, 2018 06:27
Show Gist options
  • Save groony/1c22ed6e8a569b7f348e4f17eff4eb67 to your computer and use it in GitHub Desktop.
Save groony/1c22ed6e8a569b7f348e4f17eff4eb67 to your computer and use it in GitHub Desktop.
shared context user
RSpec.shared_context 'user', user: true do
using TestProf::AnyFixture::DSL
before(:all) do
@user = fixture(:user) { create(:user) }
end
let(:user) { @user }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment