mordaroso / guard-motion

Guard::Motion automatically run your RubyMotion specs (much like autotest)
MIT License
45 stars 12 forks source link

PTY-based spec runner #2

Closed mattgreen closed 12 years ago

mattgreen commented 12 years ago

This pull upgrades the Guard::Motion::Runner class to run specs using a PTY, rather than simply shelling out. This allows us to capture the output while also streaming it back to the user. The captured output is then parsed for spec success/failure count.

mordaroso commented 12 years ago

Looks good... Thanks!