Sha256: 21bce284ea7f5918b5d20efd395e4e55f032bd022182ad072b8d2549f4f005c8

Contents?: true

Size: 230 Bytes

Versions: 2

Compression:

Stored size: 230 Bytes

Contents

guard 'rspec', cmd: "bundle exec rspec" do

  watch('spec/spec_helper.rb')                        { "spec" }
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^app/(.+)\.rb$})                           { |m| "spec/#{m[1]}_spec.rb" }

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sharing_tags-0.0.3 Guardfile
sharing_tags-0.0.2 Guardfile