diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-04-18 15:15:23 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-04-18 15:17:25 -0400 |
commit | ded7053fbf23dfba167f1d69102be482749a901e (patch) | |
tree | eb3f53c9fe34cc7698fb76e27eff924210c5d3e5 /spec/javascripts | |
parent | 662bdfbeb12883944075d3e038ea58af45f3df3a (diff) | |
download | gitlab-ce-ded7053fbf23dfba167f1d69102be482749a901e.tar.gz |
Simplify jasmine.yml since we're using jasmine-rails gem
A lot of these values are handled by the asset pipeline.
Diffstat (limited to 'spec/javascripts')
-rw-r--r-- | spec/javascripts/support/jasmine.yml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/spec/javascripts/support/jasmine.yml b/spec/javascripts/support/jasmine.yml index b2732921919..f4b01c9f27a 100644 --- a/spec/javascripts/support/jasmine.yml +++ b/spec/javascripts/support/jasmine.yml @@ -1,28 +1,3 @@ -# path to parent directory of src_files -# relative path from Rails.root -# defaults to app/assets/javascripts -src_dir: "app/assets/javascripts" - -# path to additional directory of source file that are not part of assets pipeline and need to be included -# relative path from Rails.root -# defaults to [] -# include_dir: -# - ../mobile_app/public/js - -# path to parent directory of css_files -# relative path from Rails.root -# defaults to app/assets/stylesheets -css_dir: "app/assets/stylesheets" - -# list of file expressions to include as source files -# relative path from src_dir -src_files: - - "application.{js.coffee,js,coffee}" - -# list of file expressions to include as css files -# relative path from css_dir -css_files: - # path to parent directory of spec_files # relative path from Rails.root # @@ -43,8 +18,3 @@ helpers: # relative path from spec_dir spec_files: - "**/*[Ss]pec.{js.coffee,js,coffee}" - -# path to directory of temporary files -# (spec runner and asset cache) -# defaults to tmp/jasmine -tmp_dir: "tmp/jasmine" |