Skip to content

Instantly share code, notes, and snippets.

@groony
Last active July 3, 2018 10:41
Show Gist options
  • Save groony/10616e5e295ecd79a6fde499d121ecb0 to your computer and use it in GitHub Desktop.
Save groony/10616e5e295ecd79a6fde499d121ecb0 to your computer and use it in GitHub Desktop.
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