You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.textile
+11-1
Original file line number
Diff line number
Diff line change
@@ -55,10 +55,20 @@ Run jake to build the Restfulie package uncompressed or minified.
55
55
56
56
h2. Testing
57
57
58
-
To run your tests execute:
58
+
To run your unit tests execute:
59
59
60
60
<pre>open client/tests/convertersTest.html</pre>
61
61
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
+
62
72
h1. License
63
73
64
74
Restfulie is licensed under the Apache License, Version 2.0.
0 commit comments