mordaroso / guard-motion

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

Add env option to runner #4

Closed mattgreen closed 12 years ago

mattgreen commented 12 years ago

This pull adds the ability to set environment variables to be used by the spec runner. The main use of this right now is being able to configure the output style via the Guardfile, much like guard-rspec.