arrow_test 0.0.1
`Vigorous testing is coincise` This gem allows coincise testing, even shorter than docctest. It also adds minimal overhead to your file! An example usage shows how little typing is required: require 'arrow_test' 1 + 1 -> 3 arrow_test And you are done! Running the above will show you the error.