Skip to content

Commit

Permalink
Merge pull request #10 from lucascaton/master
Browse files Browse the repository at this point in the history
Including .rvmrc file to gitignore + updating README
  • Loading branch information
tomas-stefano committed Dec 20, 2012
2 parents 544e00a + 7989114 commit f6b96ff
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -15,4 +15,5 @@ spec/reports
test/tmp
test/version_tmp
tmp
*.DS_Store
*.DS_Store
.rvmrc
1 change: 0 additions & 1 deletion .rspec

This file was deleted.

1 change: 1 addition & 0 deletions .rvmrc.example
@@ -0,0 +1 @@
rvm 1.9.2@api_matchers --create
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -71,7 +71,7 @@ You can verify boolean values too:

### HAVE NODE Matcher Configuration

You can configure if you want xml(**JSON is the default**):
You can configure if you want xml (JSON is the default):

```ruby
APIMatchers.setup do |config|
Expand Down Expand Up @@ -233,4 +233,4 @@ Then you can use without call the **#headers** calling the **#['Content-Type']**

### Contributors

* Stephen Orens
* Stephen Orens

0 comments on commit f6b96ff

Please sign in to comment.