Sha256: 2ef70cb50bde96897950ffd9975261373840e1064dece19aff84519d1af8f063

Contents?: true

Size: 209 Bytes

Versions: 9

Compression:

Stored size: 209 Bytes

Contents

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

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
git_helper-3.3.1 Guardfile
git_helper-3.3.0 Guardfile
slack_messaging-2.2.0 Guardfile
git_helper-3.2.2 Guardfile
slack_messaging-2.1.1 Guardfile
git_helper-3.2.1 Guardfile
git_helper-3.2.0 Guardfile
slack_messaging-2.1.0 Guardfile
git_helper-3.1.3 Guardfile