From ded7053fbf23dfba167f1d69102be482749a901e Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Sat, 18 Apr 2015 15:15:23 -0400 Subject: Simplify jasmine.yml since we're using jasmine-rails gem A lot of these values are handled by the asset pipeline. --- spec/javascripts/support/jasmine.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'spec/javascripts') 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" -- cgit v1.2.1