Sha256: 840ae851891e3ab8feae6fc07644b07c3978c0d692e8ff6499484cc21dee5207

Contents?: true

Size: 346 Bytes

Versions: 153

Compression:

Stored size: 346 Bytes

Contents

shared_examples_for 'inputs must have descriptions' do
  describe 'inputs' do
    subject { command.inputs }

    it "is not missing any descriptions" do
      subject.each do |_, attrs|
        next if attrs[:hidden]

        expect(attrs[:description]).to be
        expect(attrs[:description].strip).to_not be_empty
      end
    end
  end
end

Version data entries

153 entries across 153 versions & 5 rubygems

Version Path
cf-3.0.0rc2 spec/support/shared_examples/input.rb
cf-3.0.0rc1 spec/support/shared_examples/input.rb
vmc-0.5.1 spec/support/shared_examples/input.rb
cf-2.1.0 spec/support/shared_examples/input.rb
cf-2.0.1 spec/support/shared_examples/input.rb
cf-2.0.0 spec/support/shared_examples/input.rb
cf-1.1.4 spec/support/shared_examples/input.rb
cf-1.1.3.rc1 spec/support/shared_examples/input.rb
cf-1.1.2 spec/support/shared_examples/input.rb
cf-1.1.2.rc2 spec/support/shared_examples/input.rb
cf-1.1.2.rc1 spec/support/shared_examples/input.rb
cf-1.1.1 spec/support/shared_examples/input.rb
cf-1.1.0 spec/support/shared_examples/input.rb
cf-1.0.1.rc1 spec/support/shared_examples/input.rb
static-1.0.3 vendor/vmc-0.5.0/spec/support/shared_examples/input.rb
cf-1.0.0 spec/support/shared_examples/input.rb
cf-0.6.1.rc110 spec/support/shared_examples/input.rb
cf-0.6.1.rc19 spec/support/shared_examples/input.rb
cf-0.6.1.rc18 spec/support/shared_examples/input.rb
cf-0.6.1.rc17 spec/support/shared_examples/input.rb