README.md in bait-0.2.0 vs README.md in bait-0.2.1
- old
+ new
@@ -1,10 +1,18 @@
Bait
====
`bait` is a build and integration tester
+# Usage
+
+Install the gem and then just run `bait`
+
+A sinatra server will start up. YAML files will be stored in ~/.bait
+
+Hit up 0.0.0.0:8417 to see what's up. You can set your Github to notify it and it will run your tests per the bait spec.
+
# Backstory
https://github.com/DFTi/Scribbeo-motion already is designed in such a way that it vendors our existing iOS (completely written in Objective-C) application https://github.com/DFTi/Critique
This gave us a Ruby(Motion) environment where UIAutomator is available using MacBacon (like rspec)
@@ -94,9 +102,12 @@
echo "bundling"
bundle install > /dev/null 2>&1
bundle exec motion-specwrap
```
+
+An example project that will work on bait can be [found
+here](https://github.com/keyvanfatehi/baitmotion)
There is a bug in RubyMotion where the exit value isn't reported
properly, that's why we are using
[motion-specwrap](https://github.com/mdks/motion-specwrap) to run the
tests and report the correct exit value