Sha256: d882fe98e935a00d1c85bb5f0b61fb17f85cf3c64940e5a89c15c9a9fce2aa3f

Contents?: true

Size: 420 Bytes

Versions: 210

Compression:

Stored size: 420 Bytes

Contents

# frozen_string_literal: true

guard :rspec, cmd: 'DISABLE_SIMPLECOV=true bundle exec rspec --format=documentation' 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

210 entries across 210 versions & 27 rubygems

Version Path
burner-1.1.0 Guardfile
realize-1.4.0 Guardfile
burner-1.1.0.pre.alpha Guardfile
db_fuel-1.0.0.pre.alpha Guardfile
burner-1.0.0 Guardfile
realize-1.3.0 Guardfile
burner-1.0.0.pre.alpha.13 Guardfile
burner-1.0.0.pre.alpha.11 Guardfile
burner-1.0.0.pre.alpha.10 Guardfile
burner-1.0.0.pre.alpha.9 Guardfile
burner-1.0.0.pre.alpha.8 Guardfile
burner-1.0.0.pre.alpha.7 Guardfile
burner-1.0.0.pre.alpha.6 Guardfile
burner-1.0.0.pre.alpha.5 Guardfile
burner-1.0.0.pre.alpha.4 Guardfile
dbee-active_record-2.1.2 Guardfile
burner-1.0.0.pre.alpha.3 Guardfile
burner-1.0.0.pre.alpha.2 Guardfile
burner-1.0.0.pre.alpha.1 Guardfile
burner-1.0.0.pre.alpha Guardfile