diff options
| author | mo k <m@mokhan.ca> | 2011-12-28 13:44:26 -0700 |
|---|---|---|
| committer | mo k <m@mokhan.ca> | 2011-12-28 13:44:26 -0700 |
| commit | 75ec6e23e3b754b0516d7dbdeec4286008c046a9 (patch) | |
| tree | 2ce61b965dd8b223327f49f26a5a64391bc4a1f8 /spec/javascripts | |
| parent | 530bb52c865579226f9e9094c82007d0ecb04edd (diff) | |
fix broken specs.
Diffstat (limited to 'spec/javascripts')
| -rw-r--r-- | spec/javascripts/support/jasmine.yml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/spec/javascripts/support/jasmine.yml b/spec/javascripts/support/jasmine.yml index 17112944..117da10c 100644 --- a/spec/javascripts/support/jasmine.yml +++ b/spec/javascripts/support/jasmine.yml @@ -2,14 +2,6 @@ # # Return an array of filepaths relative to src_dir to include before jasmine specs. # Default: [] -# -# EXAMPLE: -# -# src_files: -# - lib/source1.js -# - lib/source2.js -# - dist/**/*.js -# src_files: - app/assets/javascripts/application.js - app/assets/javascripts/**/*.js @@ -19,12 +11,6 @@ src_files: # Return an array of stylesheet filepaths relative to src_dir to include before jasmine specs. # Default: [] # -# EXAMPLE: -# -# stylesheets: -# - css/style.css -# - stylesheets/*.css -# stylesheets: - stylesheets/**/*.css @@ -33,11 +19,6 @@ stylesheets: # Return an array of filepaths relative to spec_dir to include before jasmine specs. # Default: ["helpers/**/*.js"] # -# EXAMPLE: -# -# helpers: -# - helpers/**/*.js -# helpers: - helpers/**/*.js @@ -46,11 +27,6 @@ helpers: # Return an array of filepaths relative to spec_dir to include. # Default: ["**/*[sS]pec.js"] # -# EXAMPLE: -# -# spec_files: -# - **/*[sS]pec.js -# spec_files: - '**/*[sS]pec.js' |
