Sha256: 38f6cfa895586be9788829360f9644d1711ae1394eb2778ee62a65d3997fbbe9

Contents?: true

Size: 165 Bytes

Versions: 2

Compression:

Stored size: 165 Bytes

Contents

require 'nmap/version'

require 'spec_helper'

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ruby-nmap-0.1.1 spec/nmap_spec.rb
ruby-nmap-0.1.0 spec/nmap_spec.rb