Sha256: 5130d83e661d70b614c22cba98c3637c5164c9d1aabb4ef62a8a38e73614becd

Contents?: true

Size: 235 Bytes

Versions: 18

Compression:

Stored size: 235 Bytes

Contents

require 'spec_helper'

describe SystemBuilder::DebianBoot do
  
  it "should include debian-archive-keyring package by default" do
    SystemBuilder::DebianBoot.new("/dummy").include.should include("debian-archive-keyring")
  end

end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
system-builder-0.0.26 spec/system_builder/boot_spec.rb
system-builder-0.0.23 spec/system_builder/boot_spec.rb
system-builder-0.0.22 spec/system_builder/boot_spec.rb
system-builder-0.0.21 spec/system_builder/boot_spec.rb
system-builder-0.0.20 spec/system_builder/boot_spec.rb
system-builder-0.0.19 spec/system_builder/boot_spec.rb
system-builder-0.0.18 spec/system_builder/boot_spec.rb
system-builder-0.0.17 spec/system_builder/boot_spec.rb
system-builder-0.0.16 spec/system_builder/boot_spec.rb
system-builder-0.0.15 spec/system_builder/boot_spec.rb
system-builder-0.0.14 spec/system_builder/boot_spec.rb
system-builder-0.0.13 spec/system_builder/boot_spec.rb
system-builder-0.0.12 spec/system_builder/boot_spec.rb
system-builder-0.0.10 spec/system_builder/boot_spec.rb
system-builder-0.0.9 spec/system_builder/boot_spec.rb
system-builder-0.0.7 spec/system_builder/boot_spec.rb
system-builder-0.0.6 spec/system_builder/boot_spec.rb
system-builder-0.0.5 spec/system_builder/boot_spec.rb