tweak readme

This commit is contained in:
John Bintz 2012-01-23 09:08:06 -05:00
parent 5bb15600b7
commit 76e6673572
1 changed files with 1 additions and 1 deletions

View File

@ -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