Sha256: 1cdc9ba45d1c060d20ce4b37fe6677ac4f9ddcc4a58c5b5fdffe275401c19280
Contents?: true
Size: 477 Bytes
Versions: 18
Compression:
Stored size: 477 Bytes
Contents
require 'spec_helper' shared_examples_for "a puppetfile action" do describe "initializing" do it "accepts the :root option" do described_class.new({root: "/some/nonexistent/path"}, []) end it "accepts the :puppetfile option" do described_class.new({puppetfile: "/some/nonexistent/path/Puppetfile"}, []) end it "accepts the :moduledir option" do described_class.new({moduledir: "/some/nonexistent/path/modules"}, []) end end end
Version data entries
18 entries across 18 versions & 1 rubygems