From f8f064d12dfa07ae22d91db75c1451de23c62ed5 Mon Sep 17 00:00:00 2001 From: Sheel Choksi Date: Mon, 9 Sep 2013 21:27:30 -0700 Subject: [PATCH] Update jasmine-performance.yml Get it back into working condition and more similar to jasmine.yml --- spec/jasmine-performance.yml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/spec/jasmine-performance.yml b/spec/jasmine-performance.yml index 5aa5bf35..ccf0aea7 100644 --- a/spec/jasmine-performance.yml +++ b/spec/jasmine-performance.yml @@ -1,20 +1,14 @@ -jasmine_dir: +src_dir: - 'src' -jasmine_files: - - 'core/base.js' - - 'core/util.js' - - 'core/Reporter.js' - - 'html/HtmlReporterHelpers.js' - - 'core/ExpectationResult.js' - - '**/*.js' -jasmine_css_files: - - 'html/jasmine.css' src_files: -stylesheets: + - '**/*.js' +boot_dir: 'spec/support' +boot_files: + - 'dev_boot.js' helpers: + - 'helpers/**/*.js' spec_files: - 'performance/performance_test.js' -src_dir: spec_dir: - 'spec'