Sha256: 6fdb771551eda1c1b189a7634c0be620d069231205afe32fbaab7c7705c7594f
Contents?: true
Size: 473 Bytes
Versions: 103
Compression:
Stored size: 473 Bytes
Contents
require 'spec_helper' # We load packaging.rb once, in spec_helper, to avoid reloading the library # and issuing warnings about already defined constants. describe "Pkg" do it "should require the utilities module, Pkg::Util" do Pkg::Util.should_not be_nil end it "should require the configuration module, Pkg::Config" do Pkg::Config.should_not be_nil end it "should require the tar library, Pkg::Tar" do Pkg::Tar.should_not be_nil end end
Version data entries
103 entries across 103 versions & 2 rubygems