Sha256: c5d101b52c7b48fb3fc35c74954fc7559901bfdf2cf16d4882c6d7a57f902cc9

Contents?: true

Size: 231 Bytes

Versions: 11

Compression:

Stored size: 231 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
valvat-1.4.1 Guardfile
valvat-1.4.0 Guardfile
valvat-1.3.0 Guardfile
valvat-1.2.1 Guardfile
valvat-1.2.0 Guardfile
valvat-1.1.5 Guardfile
valvat-1.1.4 Guardfile
valvat-1.1.3 Guardfile
valvat-1.1.2 Guardfile
valvat-1.1.1 Guardfile
valvat-1.1.0 Guardfile