Sha256: 711aeea39642d13d2721056a8df53f2ce30fdfe6c09201500e5044f8ff9114c0

Contents?: true

Size: 155 Bytes

Versions: 10

Compression:

Stored size: 155 Bytes

Contents

guard :rspec 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

10 entries across 10 versions & 1 rubygems

Version Path
guard-livereload-2.4.0 Guardfile
guard-livereload-2.3.1 Guardfile
guard-livereload-2.3.0 Guardfile
guard-livereload-2.2.0 Guardfile
guard-livereload-2.1.3 Guardfile
guard-livereload-2.1.2 Guardfile
guard-livereload-2.1.1 Guardfile
guard-livereload-2.1.0 Guardfile
guard-livereload-2.0.1 Guardfile
guard-livereload-2.0.0 Guardfile