nethacker / usagewatch

A Ruby Gem with methods to find usage statistics on a Linux server such as CPU, Disk, TCP/UDP Connections, Load, Bandwidth, Disk I/O, and Memory
MIT License
79 stars 38 forks source link

Testing #9

Closed rderoldan1 closed 11 years ago

rderoldan1 commented 11 years ago

I've added a test for the library and I'm using travis to track after pushing code to github. In MAC all test are ok. in Ubuntu all test are ok. In travis platform fails in the disk methods, can you validate this?

Before push a new version of rubygem we have to ensure that all test are ok.

Also, I deleted one method called diskio because both was the same code.

Please run the test in your machine with rakecommand.

rderoldan1 commented 11 years ago

MAC OS test

screen shot 2013-07-22 at 20 44 04

Ubuntu OS test

image