From 76e667357219df4b46918bcb80e1e9bfdf0feb5e Mon Sep 17 00:00:00 2001 From: John Bintz Date: Mon, 23 Jan 2012 09:08:06 -0500 Subject: [PATCH] tweak readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b845bb9..438b9ea 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Errors not bubbling up from your Rails app to Cucumber? Use this! require 'capybara/rails-log-inspection/cucumber' ``` -Exceptions and Rails logging (either `Rails.logger.warn` or `Rails.logger <<`) will pass through to Cucumber. +Exceptions and Rails logging (`Rails.logger.info`) will pass through to Cucumber. No more watching logs or any other nonsense! ## Installation