Created
October 18, 2012 15:19
-
-
Save renz45/3912498 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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