Sha256: 9f420091580dd7e22d21529526c418ae11e9c6a5079215d10d2b71c722f8f309

Contents?: true

Size: 252 Bytes

Versions: 9

Compression:

Stored size: 252 Bytes

Contents

guard :rspec, cmd: "bundle exec rspec" do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.(rb|thor)$}) { |m| "spec/lib/#{m[1]}_spec.rb" }
  watch("spec/spec_helper.rb") { "spec" }
  watch(%r{spec/support/shared_examples/(.+).rb$}) { "spec" }
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
deep_nest-0.1.2 Guardfile
deep_nest-0.1.1 Guardfile
battlesnake-0.1.7 Guardfile
battlesnake-0.1.5 Guardfile
battlesnake-0.1.4 Guardfile
battlesnake-0.1.3 Guardfile
battlesnake-0.1.2 Guardfile
battlesnake-0.1.1 Guardfile
battlesnake-0.1.0 Guardfile