Sha256: a87cce51b7581ee8dd5efbee89aa7d45a1c9fae2982af7be10335dfa5eef4a0f

Contents?: true

Size: 273 Bytes

Versions: 10

Compression:

Stored size: 273 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

guard :rubocop do
  watch(%r{^lib/(.+)\.rb$})
  watch(%r{(?:.+/)?\.rubocop\.yml$}) { |m| File.dirname(m[0]) }
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
stairs-0.9.0 Guardfile
stairs-0.8.0 Guardfile
stairs-0.7.1 Guardfile
stairs-0.7.0 Guardfile
stairs-0.6.1 Guardfile
stairs-0.6.0 Guardfile
stairs-0.5.1 Guardfile
stairs-0.5.0 Guardfile
stairs-0.4.2 Guardfile
stairs-0.4.1 Guardfile