Skip to content

Instantly share code, notes, and snippets.

@renz45
Created October 18, 2012 15:19
Show Gist options
  • Save renz45/3912498 to your computer and use it in GitHub Desktop.
Save renz45/3912498 to your computer and use it in GitHub Desktop.
let(:user) { Factory :user }
let!(:plan) { Factory :subscription_plan, code: HallPass::PLAN_CODE, price: 0 }
let!(:hall_pass) { Factory(:inactive_hall_pass) }
it 'should' do
..do something
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment