Sha256: a8a28bb1ae3a0031915143d265bdd2af3d05448df785f833e4f96762c6bcd66b
Contents?: true
Size: 503 Bytes
Versions: 2
Compression:
Stored size: 503 Bytes
Contents
guard :rspectacle, :version => 2, :cli => "--colour --fail-fast --format nested" do 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/runner.rb') { "spec/blazing/integration/*" } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
blazing-0.2.10 | Guardfile |
blazing-0.2.9 | Guardfile |