karun012 / arion

MIT License
46 stars 7 forks source link

Arion

Build Status Available on Hackage Hackage Dependencies

<img src="http://s1.hubimg.com/u/7984120_f260.jpg" alt="Arion Image" title="arion" align="right" height="320px"/>

Homer said in Iliad

...there is no man that shall catch thee by a burst of speed, neither pass thee by, nay, not though in pursuit he were driving goodly Arion, the swift horse of Adrastus, that was of heavenly stock... Homer

Arion helps you make red-green-refactor quick and efficient when working with hspec tests

It watches the file system for change in source or test code and selectively runs hspec tests by creating an association between source and test files

Usage

cabal update
cabal install arion
arion [folder-to-watch] [folder with source files] [folder with test files]
  or
arion --help

Demo

<img src="images/arion-demo.gif" alt="Arion Demo" title="Arion Demo" align="left"/>

Contributors