Sha256: d71615ad2c95c23c803a0c28eb39aaebe1af458fccde920b6d73e00ad7715af1

Contents?: true

Size: 752 Bytes

Versions: 11

Compression:

Stored size: 752 Bytes

Contents

guard :rspec, :version => 2, :cli => "--colour --fail-fast --format nested" do

  # Generated: by guard-rspec
  watch(%r{^spec/.+_spec\.rb})
  watch(%r{^lib/(.+)\.rb})     { |m| "spec/lib/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb') { "spec" }

  # Not Generated
  watch('spec/spec_helper.rb')                        { %w(spec/spec_helper spec) }
  watch(%r{^spec/.+_spec\.rb})
  watch(%r{^lib/(.+)\.rb})     { |m| "spec/#{m[1]}_spec.rb" }
  watch(%r{^lib/blazing/(.+)\.rb})     { |m| "spec/blazing/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb') { "spec" }
  watch(%r{^lib/blazing/templates/(.+)}) { "spec" }
  watch('lib/blazing/cli.rb') { "spec/blazing/integration/*" }
  watch('lib/blazing/commands.rb') { "spec/blazing/integration/*" }
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
blazing-0.4.2 Guardfile
blazing-0.4.1 Guardfile
blazing-0.4.0 Guardfile
blazing-0.4.0.beta3 Guardfile
blazing-0.4.0.beta2 Guardfile
blazing-0.4.0.beta1 Guardfile
blazing-0.3.0 Guardfile
blazing-0.2.14 Guardfile
blazing-0.2.13 Guardfile
blazing-0.2.12 Guardfile
blazing-0.2.11 Guardfile