Readme.markdown in infinity_test-1.0.0 vs Readme.markdown in infinity_test-1.0.1

- old
+ new

@@ -85,9 +85,17 @@ after_run do # ... end + heuristics('my_pattern') do |file| + # ... + end + + replace_patterns do |application| + # ... + end + end ## Customize the .infinity_test file #### If you want to customize and understand the .infinity_test file, <a href='http://github.com/tomas-stefano/infinity_test/wiki/Customize-Infinity-Test'>Read this Page</a>