diff --git a/.gitignore b/.gitignore index 1d30756..cd6ed47 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,5 @@ spec/reports test/tmp test/version_tmp tmp -*.DS_Store \ No newline at end of file +*.DS_Store +.rvmrc diff --git a/.rspec b/.rspec deleted file mode 100644 index 2aba57e..0000000 --- a/.rspec +++ /dev/null @@ -1 +0,0 @@ ---color -f d \ No newline at end of file diff --git a/.rvmrc.example b/.rvmrc.example new file mode 100644 index 0000000..8fd1476 --- /dev/null +++ b/.rvmrc.example @@ -0,0 +1 @@ +rvm 1.9.2@api_matchers --create \ No newline at end of file diff --git a/README.markdown b/README.markdown index 3b48267..719f32a 100644 --- a/README.markdown +++ b/README.markdown @@ -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| @@ -233,4 +233,4 @@ Then you can use without call the **#headers** calling the **#['Content-Type']** ### Contributors -* Stephen Orens \ No newline at end of file +* Stephen Orens