Sha256: 6112b3c00c3370570ec47aa415e0d6976ab240a10adb65558ea47975b50fe839

Contents?: true

Size: 598 Bytes

Versions: 62

Compression:

Stored size: 598 Bytes

Contents

# A sample Guardfile
# More info at https://github.com/guard/guard#readme

guard 'spork', :cucumber_env => { 'RAILS_ENV' => 'test' }, :rspec_env => { 'RAILS_ENV' => 'test' } do
  watch(%r{lib/})
  watch('spec/dummy/config/application.rb')
  watch('spec/dummy/config/environment.rb')
  watch(%r{^spec/dummy/config/environments/.+\.rb$})
  watch(%r{^spec/dummy/config/initializers/.+\.rb$})
  watch('Gemfile')
  watch('Gemfile.lock')
  watch('spec/factories.rb')
  watch('spec/spec_helper.rb') { :rspec }
  watch('test/test_helper.rb') { :test_unit }
  watch(%r{features/support/}) { :cucumber }
end

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
alchemy_cms-2.6.3 Guardfile
alchemy_cms-2.6.2.1 Guardfile
alchemy_cms-2.6.2 Guardfile
alchemy_cms-2.6.1 Guardfile
alchemy_cms-2.6.0 Guardfile
alchemy_cms-2.6.0.rc5 Guardfile
alchemy_cms-2.5.3.1 Guardfile
alchemy_cms-2.5.3 Guardfile
alchemy_cms-2.5.2.2 Guardfile
alchemy_cms-2.5.2.1 Guardfile
alchemy_cms-2.5.2 Guardfile
alchemy_cms-2.5.1 Guardfile
alchemy_cms-2.5.0 Guardfile
alchemy_cms-2.5.0.rc3 Guardfile
alchemy_cms-2.5.0.b9 Guardfile
alchemy_cms-2.3.2 Guardfile
alchemy_cms-2.2.4 Guardfile
alchemy_cms-2.4.1 Guardfile
alchemy_cms-2.5.0.b5 Guardfile
alchemy_cms-2.5.0.b2 Guardfile