Skip to content

Commit e0e21d1

Browse files
committed
adding more informations about the tests on readme
1 parent 36517b3 commit e0e21d1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Readme.textile

+11-1
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,20 @@ Run jake to build the Restfulie package uncompressed or minified.
5555

5656
h2. Testing
5757

58-
To run your tests execute:
58+
To run your unit tests execute:
5959

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

62+
For integration tests:
63+
64+
h3. Restbuy and Proxifier
65+
66+
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.
67+
68+
Go to Proxifier dir and execute <pre>bundle install</pre>.
69+
70+
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
71+
6272
h1. License
6373

6474
Restfulie is licensed under the Apache License, Version 2.0.

test.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
git submodule init
2+
git submodule update
13
base=`pwd`
24

35
jake

0 commit comments

Comments
 (0)