Sha256: 4a16ee3bd6462b557990d5bb25cef31fa4c7ef1a31e87ca32aa64f719296e000

Contents?: true

Size: 365 Bytes

Versions: 2

Compression:

Stored size: 365 Bytes

Contents

require File.expand_path('../spec_helper', __FILE__)

describe Library do

  it "lists versions" do
    versions = [ "1.0", "2.0" ]

    manifests = Array.new
    versions.each do |version|
      manifests.push create_manifest "mylib", version
    end

    library = Library.new
    library.manifests = manifests

    library.versions.should == versions
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
inqlude-0.0.8 spec/library_spec.rb
inqlude-0.0.7 spec/library_spec.rb