History.markdown in infinity_test-1.0.0 vs History.markdown in infinity_test-1.0.1
- old
+ new
@@ -2,12 +2,19 @@
==============
Features
--------
+- Added the <b>Fuu</b> images: <a href="https://github.com/tomas-stefano/infinity_test/tree/master/images/fuuu/">https://github.com/tomas-stefano/infinity_test/tree/master/images/fuuu/</a> (thanks to Marcio Giaxia)
+
- Added the RVM System Wide support (For more information see http://rvm.beginrescueend.com/deployment/system-wide/ )
- Added the Heuristics feature(<b>For users who want to add your own paths</b>)
+
+To see the Heuristics that InfinityTest will see type in ther terminal:
+
+ infinity_test --heuristics
+
This example tell to InfinityTest <b>run all the tests when some_file.rb is changed</b>
This basic DSL you will put in the <b>infinity_test file</b>:
heuristics do
add('some_file.rb') do |file|