Sha256: dfc8a8b5b988ae3cebd4a1b4d23a48b8762f24ae78caaee89c52955ff052db73

Contents?: true

Size: 275 Bytes

Versions: 4

Compression:

Stored size: 275 Bytes

Contents

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

guard :rspec, cmd: "rspec --tag ~type:integration" 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

4 entries across 4 versions & 2 rubygems

Version Path
bulkforce-1.0.2 Guardfile
salesforce_exporter-0.1.0 Guardfile
bulkforce-1.0.1 Guardfile
bulkforce-1.0.0 Guardfile