Sha256: d6da7b40e673f3fe9eb76a9d74cf73c37a75c948e3fb457068eb435d59484768
Contents?: true
Size: 530 Bytes
Versions: 1
Compression:
Stored size: 530 Bytes
Contents
Future ====== - Create a Rails Generator on the fly that receives some arguments and create a ./.infinity_test file - Support Cucumber - Run with failed tests (Focus mode!!) - Put some methods in the configuration file like: #all_tests_pass?, #all_tests_pass_in_ruby? like: Example: after(:all) do if all_tests_pass? # do something end if all_tests_pass_in_ruby?('1.8.7') # do something end end Bugs ==== - Coloring the output with Test::Unit (maybe using RedGreen)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
infinity_test-1.0.3 | TODO.markdown |