Sha256: e6358b8d9d833bb64a82285565ecac1e30e884264b1de7d0a9324d77af7329bf

Contents?: true

Size: 467 Bytes

Versions: 7

Compression:

Stored size: 467 Bytes

Contents

module Context
  module Steps
    module SupermarketSteps
      def given_cookbook(context_suite)
        context_log "Installing cookbook #{context_suite.cookbook_to_install}"
      end

      def then_install_cookbook(context_suite)
        stop_test("Cookbook supermarket #{context_suite.cookbook_to_install} fail to share", :share_fail) unless system("knife supermarket share #{context_suite.cookbook_to_install} --cookbook-path ..")
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
deploy-context-2.13.39 x86_64-linux/lib/deploy-context/steps/supermarket.rb
deploy-context-2.13.38 x86_64-linux/lib/deploy-context/steps/supermarket.rb
deploy-context-2.13.36 x86_64-linux/lib/deploy-context/steps/supermarket.rb
deploy-context-2.13.35 x86_64-linux/lib/deploy-context/steps/supermarket.rb
deploy-context-2.13.34 x86_64-linux/lib/deploy-context/steps/supermarket.rb
deploy-context-2.13.26 /home/jimboadmin/deploy-context/habitat/plan.sh/x86_64-linux/lib/deploy-context/steps/supermarket.rb
deploy-context-2.13.25 /home/jimboadmin/deploy-context/habitat/plan.sh/x86_64-linux/lib/deploy-context/steps/supermarket.rb