lib/fauxhai/platforms/ubuntu/12.04.json in fauxhai-3.0.1 vs lib/fauxhai/platforms/ubuntu/12.04.json in fauxhai-3.1.0

- old
+ new

@@ -374,10 +374,11 @@ } }, "command": { "ps": "ps -ef" }, + "root_group": "root", "languages": { "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", @@ -495,11 +496,12 @@ }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "cpu": { "real": 1, - "total": 1 + "total": 1, + "cores": 1 }, "memory": { - "total": "1024MB" + "total": "1048576kB" } }