Sha256: d6cabcb8f47674ed1c1128c1e056846e7f3ea7b13796940ce3e48d3e05e9a2e3

Contents?: true

Size: 479 Bytes

Versions: 5

Compression:

Stored size: 479 Bytes

Contents

require 'logical-construct/ground-control'

module LogicalConstruct::GroundControl
  describe "An example Rakefile" do

    before :each do
      extend LogicalConstruct::GroundControl
      core = Core.new

      setup = Setup.new(core)
      setup.default_subtasks

      provision = Provision.new(core) do |prov|
        prov.marshalling_path = "marshall"
      end
    end

    it "should load without error" do
      true.should be_true #oo be doo be doo
    end

  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
logical-construct-0.0.5 spec/ground-control/smoke-test.rb
logical-construct-0.0.4 spec/ground-control/smoke-test.rb
logical-construct-0.0.3 spec/ground-control/smoke-test.rb
logical-construct-0.0.2 spec/ground-control/smoke-test.rb
logical-construct-0.0.1 spec/ground-control/smoke-test.rb