Sha256: 9697cfab3b4d48da2a84dcef409809df6140a4faaef6d102608484217516f832

Contents?: true

Size: 437 Bytes

Versions: 12

Compression:

Stored size: 437 Bytes

Contents

# frozen_string_literal: true

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

  # Feel free to open issues for suggestions and improvements

  # 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

12 entries across 12 versions & 2 rubygems

Version Path
hackerone-client-0.23.0 Guardfile
js_dependency-0.4.1 Guardfile
js_dependency-0.4.0 Guardfile
hackerone-client-0.22.1 Guardfile
hackerone-client-0.22.0 Guardfile
hackerone-client-0.21.0 Guardfile
hackerone-client-0.20.1 Guardfile
hackerone-client-0.20.0 Guardfile
hackerone-client-0.19.0 Guardfile
hackerone-client-0.18.0 Guardfile
hackerone-client-0.17.0 Guardfile
hackerone-client-0.16.0 Guardfile