README.md in steamrb-0.1.0 vs README.md in steamrb-0.1.1

- old
+ new

@@ -1,6 +1,8 @@ # Steam +[![Build Status](https://travis-ci.org/fastpeek/steam.svg?branch=master)](https://travis-ci.org/fastpeek/steamrb) +![Gem Version](https://img.shields.io/gem/v/steamrb.svg) Ruby Client for Steam. ## Installation @@ -106,11 +108,19 @@ bot = MyClient.new bot.plugin(:csgo) bot.start ``` +## Running the tests + +To run the integration tests you must specify a Steam username and password. For +the plugin integration test to pass this account must have CS:GO installed. + +`STEAM_LOG_LEVEL=DEBUG USERNAME=username PASSWORD=password rake spec:all` + ## License -MIT +[MIT](https://github.com/fastpeek/steam/blob/master/LICENSE) ## References [SteamKit](https://github.com/SteamRE/SteamKit/) +