Skip to content

Commit

Permalink
Merge pull request ManageIQ#17416 from skateman/switch-factories
Browse files Browse the repository at this point in the history
Add factories for the Switch and HostSwitch models
  • Loading branch information
bdunne authored May 14, 2018
2 parents 7c62f90 + ca71a90 commit 271a0f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/factories/switch.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FactoryGirl.define do
factory :switch_vmware, :class => 'ManageIQ::Providers::Vmware::InfraManager::HostVirtualSwitch'
end

0 comments on commit 271a0f0

Please sign in to comment.