Skip to content

Commit

Permalink
Updates README with Travis status and new test options.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Oct 9, 2012
1 parent 0c30bf0 commit 11715b4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Runcible

TODO: Write a gem description
[![Build Status](https://secure.travis-ci.org/Katello/runcible.png)](http://travis-ci.org/Katello/runcible)

Exposing Pulp's juiciest parts. http://www.pulpproject.org/

## Installation

Expand Down Expand Up @@ -34,6 +36,8 @@ To run a single test using recorded data, run:
To run with oauth, simply append the following to any commend:
auth_type=oauth

To see RestClient logs while testing:
logging=true

## Contributing

Expand Down

0 comments on commit 11715b4

Please sign in to comment.