Sha256: 7d6c3c6330fdc0070856be59a62ae664c0c8f5ef1e8bc86fc2b76280489d7fa0

Contents?: true

Size: 507 Bytes

Versions: 1

Compression:

Stored size: 507 Bytes

Contents

### Guard::KonachaRails
#  available options:
#  - :run_all_on_start, defaults to true
#  - :notification, defaults to true
#  - :rails_environment_file, location of rails environment file,
#    should be able to find it automatically
guard 'konacha-rails' do
  # alter the next line if necessary e.g. if your js specs are coffee files
  watch(%r{^app/assets/javascripts/(.*)\.(js|coffee)?$}) { |m| "spec/javascripts/#{m[1]}_spec.js" }
  watch(%r{^(test|spec)/javascripts/.+_(test|spec)\.(js|coffee)$})
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
guard-konacha-rails-1.1.6 lib/guard/konacha-rails/templates/Guardfile