Skip to content

Commit

Permalink
remove now duplicated cassette files for EmbeddedAnsible specs and
Browse files Browse the repository at this point in the history
style fixes
  • Loading branch information
jameswnl committed Mar 17, 2017
1 parent eb6be29 commit c2465a8
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 14,295 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,5 @@ def store_new_job_template(job_template, manager)
:variables => job_template.extra_vars_hash,
)
end

end
end
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
shared_examples_for "ansible job status" do

it 'parses Succeeded' do
status = described_class.new('Successful', '')
expect(status.completed?).to be_truthy
Expand Down
5 changes: 1 addition & 4 deletions spec/support/ansible_shared/provider.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
require "ansible_tower_client"

shared_examples_for "ansible provider" do

subject { FactoryGirl.build(:provider_ansible_tower) }

describe "#connect" do
Expand Down Expand Up @@ -30,9 +29,7 @@
FactoryGirl.create(:configured_system, :computer_system =>
FactoryGirl.create(:computer_system,
:operating_system => FactoryGirl.create(:operating_system),
:hardware => FactoryGirl.create(:hardware),
)
)
:hardware => FactoryGirl.create(:hardware)))
]

provider.destroy
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit c2465a8

Please sign in to comment.