Sha256: 9fd5f9a1baeb4f74686a1f832fe513e88f89ae2d1c1c43f8a30e887ffc25242c

Contents?: true

Size: 291 Bytes

Versions: 10

Compression:

Stored size: 291 Bytes

Contents

require_relative "../spec_helper.rb"

describe YSI::ReleaseArchive do
  describe "#check" do
    it "sets engine.release_archive" do
      engine = YSI::Engine.new
      a = YSI::ReleaseArchive.new(engine)
      a.check

      expect(engine.release_archive).to_not be(nil)
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
yes_ship_it-0.2.2 spec/unit/assertions/release_archive_spec.rb
yes_ship_it-0.2.1 spec/unit/assertions/release_archive_spec.rb
yes_ship_it-0.2.0 spec/unit/assertions/release_archive_spec.rb
yes_ship_it-0.1.2 spec/unit/assertions/release_archive_spec.rb
yes_ship_it-0.1.1 spec/unit/assertions/release_archive_spec.rb
yes_ship_it-0.1.0 spec/unit/assertions/release_archive_spec.rb
yes_ship_it-0.0.6 spec/unit/assertions/release_archive_spec.rb
yes_ship_it-0.0.5 spec/unit/assertions/release_archive_spec.rb
yes_ship_it-0.0.4 spec/unit/assertions/release_archive_spec.rb
yes_ship_it-0.0.3 spec/unit/assertions/release_archive_spec.rb