Skip to content

Commit

Permalink
Removed Golden Image fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
marikrg committed Feb 22, 2017
1 parent 55065bf commit d47bf7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
require 'spec_helper'

provider_class = Puppet::Type.type(:image_streamer_golden_image).provider(:image_streamer)
golden_image_path = login[:golden_image_path] || './spec/support/golden_image.zip'

describe provider_class do
let(:resource) do
Expand Down Expand Up @@ -90,7 +91,7 @@
{
'name' => 'Golden_Image_2',
'description' => 'Golden image added from the file that is uploaded from a local drive',
'golden_image_path' => 'spec/support/fixtures/integration/provider/golden_image.zip'
'golden_image_path' => golden_image_path
}
)
end
Expand Down
Binary file not shown.

0 comments on commit d47bf7f

Please sign in to comment.