Sha256: 5e16c07cdebaf6d773d0c983a1ee16c148a7897893fd5da1278bc6000ece067d
Contents?: true
Size: 174 Bytes
Versions: 3
Compression:
Stored size: 174 Bytes
Contents
require 'spec_helper' require 'hosts_file' describe HostsFile do it "should work" do hosts = HostsFile.load("") hosts.should be_kind_of(HostsFile::File) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
hosts_file-1.0.3 | spec/hosts_file_spec.rb |
hosts_file-0.0.2 | spec/hosts_file_spec.rb |
hosts_file-0.0.1 | spec/hosts_file_spec.rb |