Sha256: b948413a991e61937134447639c948434167bb770e1ffde6cb6dfb22575d1649

Contents?: true

Size: 246 Bytes

Versions: 5

Compression:

Stored size: 246 Bytes

Contents

# frozen_string_literal: true

directories %w(lib spec)
clearing :on

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

5 entries across 5 versions & 1 rubygems

Version Path
async-0.12.0 Guardfile
async-0.11.1 Guardfile
async-0.11.0 Guardfile
async-0.10.0 Guardfile
async-0.9.1 Guardfile