From 00038a117a847371cc66bf0c2f32cfbfbb79b271 Mon Sep 17 00:00:00 2001 From: Gregg Van Hove Date: Wed, 28 Oct 2015 12:06:53 -0700 Subject: [PATCH] Include all spec file when running against combined file --- spec/support/jasmine_combined.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/support/jasmine_combined.yml b/spec/support/jasmine_combined.yml index 0c3b06a..0f3bc05 100644 --- a/spec/support/jasmine_combined.yml +++ b/spec/support/jasmine_combined.yml @@ -7,7 +7,7 @@ spec_dir: - spec spec_files: - - '**/*-spec.js' + - '**/*[sS]pec.js' helpers: - helpers/spec-helper.js