Sha256: 42bf5ed3c40861db2e9799a88798dbceef5b04e9f02c29449e165bbd47c78447

Contents?: true

Size: 235 Bytes

Versions: 10

Compression:

Stored size: 235 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
slack_messaging-3.2.3 Guardfile
git_helper-3.6.1 Guardfile
slack_messaging-3.2.2 Guardfile
highline_wrapper-1.3.1 Guardfile
slack_messaging-3.2.1 Guardfile
git_helper-3.6.0 Guardfile
git_helper-3.5.1 Guardfile
git_helper-3.5.0 Guardfile
slack_messaging-3.2.0 Guardfile
highline_wrapper-1.3.0 Guardfile