Sha256: e8d5de6880260224451a1c3e42e79856333c9e95c86171abfb7ef71ed8fa4dd1

Contents?: true

Size: 564 Bytes

Versions: 1

Compression:

Stored size: 564 Bytes

Contents

require 'vagrant-guests-openbsd/plugin'

describe VagrantPlugins::GuestOpenBSD::Plugin do
  it "should be loaded with openbsd" do
    described_class.guest[:openbsd].should == VagrantPlugins::GuestOpenBSD::Guest
    described_class.components.configs[:top][:openbsd].should == VagrantPlugins::GuestOpenBSD::Config
  end

  it "should be loaded with openbsd_v2" do
    described_class.guest[:openbsd_v2].should == VagrantPlugins::GuestOpenBSD::Guest
    described_class.components.configs[:top][:openbsd_v2].should == VagrantPlugins::GuestOpenBSD::Config
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vagrant-guests-openbsd-0.0.2 spec/plugin_spec.rb