Sha256: a2d5033479aa54bcf2225e7e8c206d8bacd4c50f63bef283f494859bb0089cac

Contents?: true

Size: 182 Bytes

Versions: 15

Compression:

Stored size: 182 Bytes

Contents

guard 'rspec', cmd: "bin/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

15 entries across 15 versions & 1 rubygems

Version Path
pg_search-2.1.2 Guardfile
pg_search-2.1.1 Guardfile
pg_search-2.1.0 Guardfile
pg_search-2.0.1 Guardfile
pg_search-2.0.0 Guardfile
pg_search-1.0.6 Guardfile
pg_search-1.0.5 Guardfile
pg_search-1.0.4 Guardfile
pg_search-1.0.3 Guardfile
pg_search-1.0.2 Guardfile
pg_search-1.0.1 Guardfile
pg_search-1.0.0 Guardfile
pg_search-0.7.9 Guardfile
pg_search-0.7.8 Guardfile
pg_search-0.7.7 Guardfile