Sha256: fc16eec86417d7354fda8e6264319d5ab2235b6bf302d4b02f33072c51801ae1

Contents?: true

Size: 329 Bytes

Versions: 11

Compression:

Stored size: 329 Bytes

Contents

require_relative "../spec_helper.rb"

describe YSI::PushedTag do
  describe "dependencies" do
    it "#needs?" do
      a = YSI::PushedTag.new(YSI::Engine)
      expect(a.needs?(YSI::Tag)).to be(true)
    end

    it "#needs" do
      a = YSI::PushedTag.new(YSI::Engine)
      expect(a.needs).to eq([YSI::Tag])
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

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