Sha256: dbc1130b1d3967169d548b4751789771c8abedbdd4bfb7b39fccfba15bef6270

Contents?: true

Size: 621 Bytes

Versions: 19

Compression:

Stored size: 621 Bytes

Contents

require 'spec_helper'

describe KPM::Installer do

  context 'when no config file is specified' do
    let(:all_kb_versions) { %w(0.15.0 0.15.1 0.15.10 0.15.11-SNAPSHOT 0.15.2 0.15.3 0.16.0 0.16.1 0.16.10 0.16.11 0.16.12-SNAPSHOT 0.16.2 0.16.3 0.17.0 0.17.1 0.17.2 0.17.2-SNAPSHOT 0.17.3-SNAPSHOT) }

    it 'finds the right stable versions' do
      config = KPM::Installer.build_default_config(all_kb_versions)
      config['killbill'].should_not be_nil
      config['killbill']['version'].should == '0.16.11'

      config['kaui'].should_not be_nil
      config['kaui']['version'].should == 'LATEST'
    end
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
kpm-0.7.2 spec/kpm/unit/installer_spec.rb
kpm-0.7.1 spec/kpm/unit/installer_spec.rb
kpm-0.7.0 spec/kpm/unit/installer_spec.rb
kpm-0.6.5 spec/kpm/unit/installer_spec.rb
kpm-0.6.4 spec/kpm/unit/installer_spec.rb
kpm-0.6.3 spec/kpm/unit/installer_spec.rb
kpm-0.6.2 spec/kpm/unit/installer_spec.rb
kpm-0.6.1 spec/kpm/unit/installer_spec.rb
kpm-0.6.0 spec/kpm/unit/installer_spec.rb
kpm-0.5.3 spec/kpm/unit/installer_spec.rb
kpm-0.5.2 spec/kpm/unit/installer_spec.rb
kpm-0.5.1 spec/kpm/unit/installer_spec.rb
kpm-0.5.0 spec/kpm/unit/installer_spec.rb
kpm-0.4.2 spec/kpm/unit/installer_spec.rb
kpm-0.4.1 spec/kpm/unit/installer_spec.rb
kpm-0.4.0 spec/kpm/unit/installer_spec.rb
kpm-0.3.0 spec/kpm/unit/installer_spec.rb
kpm-0.2.4 spec/kpm/unit/installer_spec.rb
kpm-0.2.3 spec/kpm/unit/installer_spec.rb