Skip to content

Commit

Permalink
Merge pull request #15594 from bdunne/use_shared_tests
Browse files Browse the repository at this point in the history
Use shared tests from manageiq-providers-ansible_tower
  • Loading branch information
Fryguy authored Jul 20, 2017
2 parents f9b9bd5 + 8fea1b3 commit 24cc255
Show file tree
Hide file tree
Showing 20 changed files with 4 additions and 16,829 deletions.
4 changes: 4 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ def image_path(path, options = {})
# include the manageiq-gems-pending matchers
Dir[ManageIQ::Gems::Pending.root.join("spec/support/custom_matchers/*.rb")].each { |f| require f }

# To be extracted with embedded_ansible
require ManageIQ::Providers::AnsibleTower::Engine.root.join("spec/support/vcr_helper.rb").to_s
Dir[ManageIQ::Providers::AnsibleTower::Engine.root.join("spec/support/ansible_shared/**/*.rb")].each { |f| require f }

RSpec.configure do |config|
config.expect_with :rspec do |c|
c.syntax = :expect
Expand Down
11 changes: 0 additions & 11 deletions spec/support/ansible_shared/automation_manager.rb

This file was deleted.

185 changes: 0 additions & 185 deletions spec/support/ansible_shared/automation_manager/configuration_script.rb

This file was deleted.

Loading

0 comments on commit 24cc255

Please sign in to comment.