Sha256: 2abc4fab0d9878a75b24766a96bc5dbd3fd4f63855b22a523bc74f0c39ddd30b
Contents?: true
Size: 849 Bytes
Versions: 8
Compression:
Stored size: 849 Bytes
Contents
# Return an array of filepaths relative to src_dir to include before jasmine specs. src_files: - public/javascripts/prototype.js - public/javascripts/effects.js - public/javascripts/controls.js - public/javascripts/dragdrop.js - public/javascripts/application.js # Return an array of stylesheet filepaths relative to src_dir to include before jasmine specs. stylesheets: - stylesheets/**/*.css # Return an array of filepaths relative to spec_dir to include before jasmine specs. helpers: - helpers/**/*.js # Return an array of filepaths relative to spec_dir to include spec_files: - **/*[sS]pec.js # Source directory path. Your src_files must be returned relative to this path. Will use root if left blank. src_dir: # Spec directory path. Your spec_files must be returned relative to this path. spec_dir: spec/javascripts
Version data entries
8 entries across 8 versions & 1 rubygems