Sha256: 65bdc4cc2458759940067347e5106cb4afce744df465f95958944ae1a132931e
Contents?: true
Size: 176 Bytes
Versions: 148
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(one.ping(two), true) end end
Version data entries
148 entries across 148 versions & 1 rubygems