Sha256: f03a091b3e80027ae99e18a1dd27bdafda77fb0df198089ca476d5e3cbbba10e

Contents?: true

Size: 168 Bytes

Versions: 2

Compression:

Stored size: 168 Bytes

Contents

require 'spec_helper'

require 'nmap/version'

describe Nmap do
  it "should have a VERSION constant" do
    subject.const_defined?('VERSION').should be_true
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ruby-nmap-0.7.0 spec/nmap_spec.rb
ruby-nmap-0.6.0 spec/nmap_spec.rb