Sha256: f4dad5f2a53c9f1cb2046a2728e186fa6e28e127700b4a3beb257d295a7d2c8c

Contents?: true

Size: 214 Bytes

Versions: 1

Compression:

Stored size: 214 Bytes

Contents

guard :rspec, cmd: 'bundle exec 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

# vi: set filetype=ruby:

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tcity-0.0.1a Guardfile