Skip to content

Commit

Permalink
Added factories that are need to run spec tests in the BZ fix
Browse files Browse the repository at this point in the history
  • Loading branch information
h-kataria committed Jan 10, 2018
1 parent 42a687c commit ec848f2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spec/factories/authentication.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,14 @@
:parent => :automation_manager_authentication,
:class => "ManageIQ::Providers::AnsibleTower::AutomationManager::ScmCredential"

factory :embedded_ansible_amazon_credential,
:parent => :automation_manager_authentication,
:class => "ManageIQ::Providers::EmbeddedAnsible::AutomationManager::AmazonCredential"

factory :embedded_ansible_machine_credential,
:parent => :automation_manager_authentication,
:class => "ManageIQ::Providers::EmbeddedAnsible::AutomationManager::MachineCredential"

factory :embedded_ansible_scm_credential,
:parent => :automation_manager_authentication,
:class => "ManageIQ::Providers::EmbeddedAnsible::AutomationManager::ScmCredential"
Expand Down

0 comments on commit ec848f2

Please sign in to comment.