Sha256: 829dd23f74b415b61150cf202d63fe7f241c3083ea7c4981049447370b12988e

Contents?: true

Size: 244 Bytes

Versions: 5

Compression:

Stored size: 244 Bytes

Contents

guard "rake", :task => "spec" do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/.+\.rb$})
  watch("spec/spec_helper.rb")
  watch("spec/fixtures/.+$")
end

guard "rake", :task => "integration" do
  watch(%r{^spec/integration/.+_spec\.rb$})
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
alephant-preview-0.5.3 Guardfile
alephant-preview-0.5.2 Guardfile
alephant-preview-0.5.1 Guardfile
alephant-preview-0.5.0 Guardfile
alephant-preview-0.4.0 Guardfile