Sha256: 8bae8356b71599de474227d9c22633b8e12e30fa0b77eaf5fabd23bd609bfee0

Contents?: true

Size: 383 Bytes

Versions: 15

Compression:

Stored size: 383 Bytes

Contents

rspec_options = {
  cmd: 'rspec -f documentation',
  fail_mode: :keep,
  all_after_pass: true,
  all_on_start: true,
  run_all: {cmd: 'rspec -f progress'}
}

guard :rspec, rspec_options do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/lib/#{m[1]}_spec.rb" }

  watch('spec/spec_helper.rb')  { "spec" }
  watch(%r{^spec/support/.+\.rb$}) { "spec" }
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
roadie-rails-1.3.0 Guardfile
roadie-rails-1.2.1 Guardfile
roadie-rails-1.2.0 Guardfile
roadie-rails-1.1.1 Guardfile
roadie-rails-1.1.0 Guardfile
roadie-rails-1.1.0.rc2 Guardfile
roadie-rails-1.1.0.rc1 Guardfile
roadie-rails-1.0.6 Guardfile
roadie-rails-1.0.5 Guardfile
roadie-rails-1.0.4 Guardfile
roadie-rails-1.0.3 Guardfile
roadie-rails-1.0.2 Guardfile
roadie-rails-1.0.1 Guardfile
roadie-rails-1.0.0 Guardfile
roadie-rails-1.0.0.pre1 Guardfile