From e4b3335cba385b398cbb0da71a12024d6680bdc0 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Thu, 24 Nov 2011 10:54:51 -0500 Subject: [PATCH] oops, doc bug --- index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.md b/index.md index 84a3a24..1a41eae 100644 --- a/index.md +++ b/index.md @@ -229,12 +229,12 @@ src_dir: _Technically, `spec_dir` is in your asset path, too, but Jasmine's typical behavior of including `helpers` before `spec_dir` should give you all the include power you need for defining specs._ -In order for Sprockets support to work as intended, you should define your `src_paths` and `spec_paths` as such: +In order for Sprockets support to work as intended, you should define your `src_files` and `spec_files` as such: {% highlight yaml %} -src_paths: +src_files: - "**/*.*" -spec_paths: +spec_files: - "**/*[Ss]pec.*" {% endhighlight %}