From 5dab9f72bef7c90c03eaa1eeb31576c0d1b402c5 Mon Sep 17 00:00:00 2001 From: Prem Sichanugrist Date: Mon, 31 Dec 2012 16:33:44 -0500 Subject: [PATCH] Wrap Ruby code in inline code block --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cb8848..5f8952f 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Set your Capybara Javascript driver to webkit: In cucumber, tag scenarios with @javascript to run them using a headless WebKit browser. -In RSpec, use the :js => true flag. See the [capybara documention](http://rubydoc.info/gems/capybara#Using_Capybara_with_RSpec) for more information about using capybara with RSpec. +In RSpec, use the `:js => true` flag. See the [capybara documention](http://rubydoc.info/gems/capybara#Using_Capybara_with_RSpec) for more information about using capybara with RSpec. Take note of the transactional fixtures section of the [capybara README](https://github.com/jnicklas/capybara/blob/master/README.md).