Sha256: 363ba23f6e2ce722c3782664657b28685146cefde73d0fff99e1a62dcc13d0d9

Contents?: true

Size: 253 Bytes

Versions: 18

Compression:

Stored size: 253 Bytes

Contents

# A sample Guardfile
# More info at http://github.com/guard/guard#readme

guard 'rspec', keep_failed: false do
  watch('spec/spec_helper.rb') { "spec" }
  watch(%r{lib/(.+)\.rb})      { |m| "spec/lib/#{m[1]}_spec.rb" }
  watch(%r{spec/.+_spec\.rb})
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
video_info-2.6.0 Guardfile
video_info-2.5.0 Guardfile
video_info-2.4.2 Guardfile
video_info-2.4.1 Guardfile
video_info-2.4.0 Guardfile
video_info-2.3.3 Guardfile
video_info-2.3.2 Guardfile
video_info-2.3.1 Guardfile
video_info-2.3.0 Guardfile
video_info-2.2.2 Guardfile
video_info-2.2.1 Guardfile
video_info-2.2.0 Guardfile
video_info-2.1.1 Guardfile
video_info-2.1.0 Guardfile
video_info-2.0.2 Guardfile
video_info-2.0.1 Guardfile
video_info-2.0.0 Guardfile
video_info-1.6.0 Guardfile