Sha256: e45eba018010441a00ab55cf441351eb83d8ebf9614be982333583d16dceed50

Contents?: true

Size: 170 Bytes

Versions: 1

Compression:

Stored size: 170 Bytes

Contents

require 'spec_helper'
require 'komic/cli'

describe Komic::Cli do
  it "should have a VERSION constant" do
    subject.const_get('VERSION').should_not be_empty
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
komic-cli-0.1.0 spec/cli_spec.rb