Sha256: 30d62d35769d7f9f1ca24855c1bf12ca47ec7e04b2d7606575a0bac5b137bba2

Contents?: true

Size: 187 Bytes

Versions: 43

Compression:

Stored size: 187 Bytes

Contents

guard 'rspec', :all_on_start => true do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/lib/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')  { "spec/" }
end

Version data entries

43 entries across 43 versions & 2 rubygems

Version Path
datapimp-1.0.23 Guardfile
datapimp-1.0.22 Guardfile
datapimp-1.0.21 Guardfile
datapimp-1.0.20 Guardfile
datapimp-1.0.15 Guardfile
datapimp-1.0.14 Guardfile
datapimp-1.0.13 Guardfile
datapimp-1.0.12 Guardfile
datapimp-1.0.11 Guardfile
datapimp-1.0.10 Guardfile
datapimp-1.0.9 Guardfile
datapimp-1.0.8 Guardfile
datapimp-1.0.6 Guardfile
datapimp-1.0.5 Guardfile
datapimp-1.0.4 Guardfile
datapimp-1.0.3 Guardfile
datapimp-1.0.2 Guardfile
datapimp-1.0.1 Guardfile
datapimp-1.0.0 Guardfile
brief-0.0.5 Guardfile