diff options
author | Luke Bennett <lukeeeebennettplus@gmail.com> | 2016-07-28 16:34:32 +0100 |
---|---|---|
committer | Luke Bennett <lukeeeebennettplus@gmail.com> | 2016-07-29 00:19:50 +0100 |
commit | 42352d4b367d9d432bd92838171260d4559ba42e (patch) | |
tree | 21fb1079171421ff20d21573ccfef94bd2c6af07 /spec/teaspoon_env.rb | |
parent | a71db022932b92e83977f81c3d94899ba2f7baeb (diff) | |
download | gitlab-ce-42352d4b367d9d432bd92838171260d4559ba42e.tar.gz |
Removed coffee matcherses6-specs-pls
Diffstat (limited to 'spec/teaspoon_env.rb')
-rw-r--r-- | spec/teaspoon_env.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/teaspoon_env.rb b/spec/teaspoon_env.rb index 1497a4eb710..1a3bbb9c8cc 100644 --- a/spec/teaspoon_env.rb +++ b/spec/teaspoon_env.rb @@ -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,js.es6,es6}" + suite.matcher = "{spec/javascripts,app/assets}/**/*_spec.{js,js.es6,es6}" # Load additional JS files, but requiring them in your spec helper is the preferred way to do this. # suite.javascripts = [] |