Sha256: cf04b8c85ec40ac8a5649644cf2052a430665489e2f6dc7f380ff4448a70cf46

Contents?: true

Size: 282 Bytes

Versions: 2

Compression:

Stored size: 282 Bytes

Contents

require 'spec_helper'
require 'hibachi'

describe Hibachi do
  it "includes config methods" do
    expect(Hibachi).to respond_to(:configure)
    expect(Hibachi).to respond_to(:config)
  end

  it "includes chef run methods" do
    expect(Hibachi).to respond_to(:run_chef)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hibachi-0.0.1 spec/hibachi_spec.rb
hibachi-0.0.1.pre spec/hibachi_spec.rb