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
For features or bug fixes, please submit a pull request. Ideally there would be a test as well. The remainder of this doc details how to run the tests.
4
+
5
+
## Tests
6
+
### Unit Tests
7
+
-`rake test:unit` run on Travis automatically
8
+
9
+
### Functional Tests
10
+
- iOS
11
+
-`rake test:func:ios`
12
+
- Android
13
+
-`rake test:func:android`
14
+
15
+
## Publishing on rubygems
16
+
17
+
0. Ensure you have `~/.gem/credentials` If not run [the following command](http://guides.rubygems.org/make-your-own-gem/) (replace username with your rubygems user)
0 commit comments