Skip to content

Commit

Permalink
Merge pull request #13982 from vecerek/extend_tenant_factory
Browse files Browse the repository at this point in the history
Add tenant project factory
  • Loading branch information
chrisarcand authored Feb 20, 2017
2 parents 6790fa0 + d8d6d96 commit 8b4ead3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/factories/tenant.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@
factory :tenant_with_cloud_tenant, :parent => :tenant do
source { FactoryGirl.create(:cloud_tenant) }
end

factory :tenant_project, :parent => :tenant do
divisible false
end
end

0 comments on commit 8b4ead3

Please sign in to comment.