Sha256: 2c05d0470bb0ca959ac57cf4d0061973705fc6e0a5af922a4ef045bda6f319c2

Contents?: true

Size: 191 Bytes

Versions: 2

Compression:

Stored size: 191 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rapid_runty-0.1.1 Guardfile
rapid_runty-0.1.0 Guardfile