Last active
July 3, 2018 10:41
-
-
Save groony/10616e5e295ecd79a6fde499d121ecb0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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(:account) { create(:account) } | |
let(:project) { create(:project, account: account) } | |
let(:task) { create(:task, project: project, account: account) } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment