Sha256: ef710f62838cbc2c0fd70eb730c402608895b9231555291ed7ac552a24057ff1
Contents?: true
Size: 176 Bytes
Versions: 13
Compression:
Stored size: 176 Bytes
Contents
# hosts should be able to talk to each other by name step "hosts can ping each other" hosts.each do |one| hosts.each do |two| assert_equal(true, one.ping(two)) end end
Version data entries
13 entries across 13 versions & 1 rubygems