Skip to content

Commit

Permalink
adding more informations about the tests on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cairesvs committed Jan 12, 2011
1 parent 36517b3 commit e0e21d1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Readme.textile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -55,10 +55,20 @@ Run jake to build the Restfulie package uncompressed or minified.


h2. Testing h2. Testing


To run your tests execute: To run your unit tests execute:


<pre>open client/tests/convertersTest.html</pre> <pre>open client/tests/convertersTest.html</pre>


For integration tests:

h3. Restbuy and Proxifier

First things first execute <pre>git submodule init</pre> and <pre>git submodule update</pre> after that <pre>bundle install</pre> to grab all the gems.

Go to Proxifier dir and execute <pre>bundle install</pre>.

Be sure you have "Restbuy":https://github.com/caelum/restfulie-restbuy and Proxifier running properly and after that just execute <pre>test.sh</pre> script

h1. License h1. License


Restfulie is licensed under the Apache License, Version 2.0. Restfulie is licensed under the Apache License, Version 2.0.
2 changes: 2 additions & 0 deletions test.sh
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,5 @@
git submodule init
git submodule update
base=`pwd` base=`pwd`


jake jake
Expand Down

0 comments on commit e0e21d1

Please sign in to comment.