spec/javascripts/support/jasmine.yml.erb in wagn-1.18.6 vs spec/javascripts/support/jasmine.yml.erb in wagn-1.19.0
- old
+ new
@@ -9,11 +9,11 @@
# - lib/source1.js
# - lib/source2.js
# - dist/**/*.js
#
src_files:
- - "mod/03_machines/lib/javascript/**/*.{js,coffee}"
+ - "mod/machines/lib/javascript/**/*.{js,coffee}"
# stylesheets
#
# Return an array of stylesheet filepaths relative to src_dir to include before jasmine specs.
# Default: []
#
@@ -22,11 +22,11 @@
# stylesheets:
# - css/style.css
# - stylesheets/*.css
#
stylesheets:
- - "mod/03_machines/lib/stylesheets/**/*.{css,scss}"
+ - "mod/machines/lib/stylesheets/**/*.{css,scss}"
# helpers
#
# Return an array of filepaths relative to spec_dir to include before jasmine specs.
# Default: ["helpers/**/*.js"]
#
@@ -61,19 +61,19 @@
#
# EXAMPLE:
#
# src_dir: public
#
-src_dir:
+src_dir:
# spec_dir
#
# Spec directory path. Your spec_files must be returned relative to this path.
# Default: spec/javascripts
#
# EXAMPLE:
#
# spec_dir: spec/javascripts
#
-spec_dir:
+spec_dir:
spec_helper: "spec/javascripts/support/jasmine_helper_wagn.rb"
\ No newline at end of file