Sha256: 643939f3a753a0ec264d1852522c1845b8d4434192662f37c03f5f4ae745f7dc

Contents?: true

Size: 452 Bytes

Versions: 28

Compression:

Stored size: 452 Bytes

Contents

notification :off

guard "spork" do
  watch('Gemfile')
  watch('spec/spec_helper.rb')     { :rspec }
  watch(%r{^spec/support/.+\.rb$}) { :rspec }
end

guard "rspec", cli: "--color --drb --format Fuubar", all_on_start: false, all_after_pass: false do
  watch(%r{^spec/.+_spec\.rb$})

  watch(%r{^lib/(.+)\.rb$})          { |m| "spec/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')       { "spec" }
  watch(%r{^spec/support/.+\.rb$})   { "spec" }
end

Version data entries

28 entries across 28 versions & 7 rubygems

Version Path
buff-shell_out-1.1.0 Guardfile
buff-shell_out-1.0.0 Guardfile
buff-platform-1.0.0 Guardfile
buff-ruby_engine-1.0.0 Guardfile
buff-config-2.0.0 Guardfile
buff-extensions-2.0.0 Guardfile
buff-shell_out-0.2.0 Guardfile
buff-config-1.0.1 Guardfile
buff-config-1.0.0 Guardfile
buff-extensions-1.0.0 Guardfile
buff-shell_out-0.1.1 Guardfile
buff-config-0.4.0 Guardfile
buff-config-0.3.0 Guardfile
buff-config-0.2.0 Guardfile
buff-extensions-0.5.0 Guardfile
buff-config-0.1.2 Guardfile
buff-extensions-0.4.0 Guardfile
buff-config-0.1.1 Guardfile
buff-config-0.1.0 Guardfile
buff-extensions-0.3.1 Guardfile