Sha256: b19cb8b0a943621457a9963f7b8dcd3409a1b30e5f257b2a2dfe7c20a4a4ca53

Contents?: true

Size: 191 Bytes

Versions: 3

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

3 entries across 3 versions & 1 rubygems

Version Path
rapid_runty-0.1.4 Guardfile
rapid_runty-0.1.3 Guardfile
rapid_runty-0.1.2 Guardfile