Added es6 regex to teaspoon matchers, still doesnt fix it, problem with sprockets-es6

This commit is contained in:
Luke Bennett 2016-07-27 17:43:36 +01:00
parent a330b29b70
commit a71db02293
No known key found for this signature in database
GPG Key ID: A738E9C68D3BF31A
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ Teaspoon.configure do |config|
# Specify a file matcher as a regular expression and all matching files will be loaded when the suite is run. These
# files need to be within an asset path. You can add asset paths using the `config.asset_paths`.
suite.matcher = "{spec/javascripts,app/assets}/**/*_spec.{js,js.coffee,coffee}"
suite.matcher = "{spec/javascripts,app/assets}/**/*_spec.{js,js.coffee,coffee,js.es6,es6}"
# Load additional JS files, but requiring them in your spec helper is the preferred way to do this.
# suite.javascripts = []