Sha256: 9546a0bd72a58c36fbdf1de82c55d3d7e8ab988cd8b22aef3ab2fc180e92677c

Contents?: true

Size: 176 Bytes

Versions: 10

Compression:

Stored size: 176 Bytes

Contents

require 'spec_helper'
require 'command_kit'

describe CommandKit do
  it "should have a VERSION constant" do
    expect(subject.const_get('VERSION')).to_not be_empty
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
command_kit-0.4.1 spec/command_kit_spec.rb
command_kit-0.4.0 spec/command_kit_spec.rb
command_kit-0.3.0 spec/command_kit_spec.rb
command_kit-0.2.2 spec/command_kit_spec.rb
command_kit-0.2.1 spec/command_kit_spec.rb
command_kit-0.2.0 spec/command_kit_spec.rb
command_kit-0.1.0 spec/command_kit_spec.rb
command_kit-0.1.0.rc1 spec/command_kit_spec.rb
command_kit-0.1.0.pre2 spec/command_kit_spec.rb
command_kit-0.1.0.pre1 spec/command_kit_spec.rb