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.2.11 Guardfile
datapimp-1.2.10 Guardfile
datapimp-1.2.9 Guardfile
datapimp-1.2.8 Guardfile
datapimp-1.2.7 Guardfile
datapimp-1.2.6 Guardfile
datapimp-1.2.5 Guardfile
datapimp-1.2.4 Guardfile
datapimp-1.2.3 Guardfile
datapimp-1.2.2 Guardfile
datapimp-1.2.1 Guardfile
datapimp-1.2.0 Guardfile
datapimp-1.1.1 Guardfile
datapimp-1.1.0 Guardfile
datapimp-1.0.29 Guardfile
datapimp-1.0.28 Guardfile
datapimp-1.0.27 Guardfile
datapimp-1.0.26 Guardfile
datapimp-1.0.25 Guardfile
datapimp-1.0.24 Guardfile