Skip to content

Commit

Permalink
Added instructions for running specs in README
Browse files Browse the repository at this point in the history
  • Loading branch information
winton committed Jan 12, 2011
1 parent 9dbb62e commit a8afcc9
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,19 @@ BleacherApi::User.user('token')

<pre>
http://bleacherreport.com/api/user/user.json?token=TOKEN_OBTAINED_FROM_LOGIN_GOES_HERE
</pre>
</pre>

Running Specs
-------------

Here is an example of the options available when running the specs:

<pre>
LOGIN=user@user.com PASSWORD=password URL=http://localhost ONLY=geolocation spec spec
</pre>

<code>LOGIN</code> and <code>PASSWORD</code> are required.

<code>URL</code> defaults to "http://bleacherreport.com".

<code>ONLY</code> is optional, and allows you to only run a specific group of specs.

0 comments on commit a8afcc9

Please sign in to comment.