From 261574c935ddbc8db118ccfc3427f7f760121507 Mon Sep 17 00:00:00 2001 From: Derek Bender Date: Wed, 4 Sep 2013 11:29:47 -0500 Subject: [PATCH] adds missing highlighting directives --- GETTING_STARTED.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index e529fd2..e9a204b 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -19,7 +19,7 @@ gem "factory_girl", "~> 4.0" JRuby users: FactoryGirl works with JRuby starting with 1.6.7.2 (latest stable, as per July 2012). JRuby has to be used in 1.9 mode, for that, use JRUBY_OPTS environment variable: -``` +```bash export JRUBY_OPTS=--1.9 ``` @@ -30,7 +30,7 @@ Using Without Bundler If you're not using Bundler, be sure to have the gem installed and call: -``` +```ruby require 'factory_girl' ``` @@ -698,7 +698,7 @@ FactoryGirl.create(:post).author Finally, traits can be used within other traits to mix in their attributes. -``` +```ruby FactoryGirl.define do factory :order do trait :completed do