Sha256: 417859eb12f4d2a53ddd5d23d69e3d6c1ae803bc5c70f25d458d6475dd5967d2
Contents?: true
Size: 788 Bytes
Versions: 31
Compression:
Stored size: 788 Bytes
Contents
# path to parent directory of src_files # relative path from Rails.root # defaults to app/assets/javascripts src_dir: "app/assets/javascripts" # list of file expressions to include as source files # relative path from src_dir src_files: - "application.{js,coffee}" # path to parent directory of spec_files # relative path from Rails.root # defaults to spec/javascripts spec_dir: spec/javascripts # list of file expressions to include as helpers into spec runner # relative path from spec_dir helpers: - "helpers/**/*.{js,coffee}" # list of file expressions to include as specs into spec runner # relative path from spec_dir spec_files: - "**/*[Ss]pec.{js,coffee}" # path to directory of temporary files # (spec runner and asset cache) # defaults to spec/tmp tmp_dir: "spec/tmp"
Version data entries
31 entries across 31 versions & 3 rubygems