Sha256: 8116ba8886b2093659d4527c0732d719a55024ae78d9b1779013cf9fa3f88b4b

Contents?: true

Size: 228 Bytes

Versions: 8

Compression:

Stored size: 228 Bytes

Contents

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

guard :rspec do
  watch(%r{^spec/.*/*_spec\.rb$})  { "spec" }
  watch(%r{^lib/.*/(.+)\.rb$})  { "spec" }
  watch('spec/spec_helper.rb')  { "spec" }
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
active_rest_client-0.9.69 Guardfile
active_rest_client-0.9.68 Guardfile
active_rest_client-0.9.67 Guardfile
active_rest_client-0.9.66 Guardfile
active_rest_client-0.9.65 Guardfile
active_rest_client-0.9.60 Guardfile
active_rest_client-0.9.59 Guardfile
active_rest_client-0.9.58 Guardfile