Sha256: a2a5d917be7296553f99f0026e00a7b3eae1d3d7998972fe7b530b71b2a99aeb

Contents?: true

Size: 165 Bytes

Versions: 9

Compression:

Stored size: 165 Bytes

Contents

require 'spec_helper'
module Alf
  describe Shell do

    it "should have a version number" do
      Shell.const_defined?(:VERSION).should be_true
    end

  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
alf-shell-0.16.4 spec/test_shell.rb
alf-shell-0.16.3 spec/test_shell.rb
alf-shell-0.16.2 spec/test_shell.rb
alf-shell-0.16.1 spec/test_shell.rb
alf-shell-0.16.0 spec/test_shell.rb
alf-shell-0.15.0 spec/test_shell.rb
alf-shell-0.14.0 spec/test_shell.rb
alf-shell-0.13.1 spec/test_shell.rb
alf-shell-0.13.0 spec/test_shell.rb