Sha256: cb43797674a56d42412239809a0f259a7f9fa0a83899b97428e31bbbd58634df

Contents?: true

Size: 425 Bytes

Versions: 583

Compression:

Stored size: 425 Bytes

Contents

guard "bundler", cmd: "bundle" do
  watch("Gemfile")
  watch(/^.+\.gemspec/)
end

guard :rspec, cmd: "bundle exec rspec" do
  require "guard/rspec/dsl"
  dsl = Guard::RSpec::Dsl.new(self)

  # RSpec files
  rspec = dsl.rspec
  watch(rspec.spec_helper) { rspec.spec_dir }
  watch(rspec.spec_support) { rspec.spec_dir }
  watch(rspec.spec_files)

  # Ruby files
  ruby = dsl.ruby
  dsl.watch_spec_files_for(ruby.lib_files)
end

Version data entries

583 entries across 575 versions & 40 rubygems

Version Path
aws-mfa-secure-0.4.5 Guardfile
cli-docs-0.1.0 Guardfile
terraspace-2.2.17 Guardfile
aws-logs-1.0.0 Guardfile
terraspace-2.2.16 Guardfile
armrest-0.2.2 Guardfile
armrest-0.2.1 Guardfile
armrest-0.2.0 Guardfile
importmap-0.1.0 Guardfile
sprockets-jets-0.1.0 Guardfile
jets-responders-0.1.0 Guardfile
aws-logs-0.5.1 Guardfile
cody-1.2.1 Guardfile
aws-logs-0.5.0 Guardfile
terraspace-2.2.15 Guardfile
terraspace-2.2.14 Guardfile
terraspace-2.2.13 Guardfile
terraspace-2.2.12 Guardfile
terraspace-2.2.11 Guardfile
terraspace-2.2.10 Guardfile