Sha256: 3a588dde7a3f9ae702c2a3310ed5913892ee39a773b01b823a62153a5ec6d13e

Contents?: true

Size: 459 Bytes

Versions: 36

Compression:

Stored size: 459 Bytes

Contents

# frozen_string_literal: true

# More info at https://github.com/guard/guard#readme

guard :rspec, :cmd => "GUARD_RSPEC=1 bundle exec rspec --no-profile" 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

36 entries across 36 versions & 3 rubygems

Version Path
direct7-0.0.18 vendor/bundle/ruby/2.7.0/gems/http-5.1.1/Guardfile
direct7-0.0.17 vendor/bundle/ruby/2.7.0/gems/http-5.1.1/Guardfile
direct7-0.0.16 vendor/bundle/ruby/2.7.0/gems/http-5.1.1/Guardfile
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/http-5.2.0/Guardfile
direct7-0.0.13 vendor/bundle/ruby/2.7.0/gems/http-5.1.1/Guardfile
direct7-0.0.12 vendor/bundle/ruby/2.7.0/gems/http-5.1.1/Guardfile
http-5.2.0 Guardfile
direct7-0.0.11 vendor/bundle/ruby/2.7.0/gems/http-5.1.1/Guardfile
http-5.1.1 Guardfile
http-5.1.0 Guardfile
http-5.0.4 Guardfile
http-5.0.3 Guardfile
http-5.0.2 Guardfile
http-5.0.1 Guardfile
http-5.0.0 Guardfile
http-4.4.1 Guardfile
http-4.4.0 Guardfile
http-5.0.0.pre3 Guardfile
http-5.0.0.pre2 Guardfile
http-4.3.0 Guardfile