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
acts_as_hashable-1.3.2 Guardfile
acts_as_hashable-1.3.1 Guardfile
realize-1.6.0 Guardfile
db_fuel-2.2.0 Guardfile
db_fuel-2.1.0 Guardfile
burner-1.11.0 Guardfile
burner-1.10.0 Guardfile
burner-1.9.0 Guardfile
burner-1.9.0.pre.alpha Guardfile
burner-1.8.0 Guardfile
db_fuel-2.0.1 Guardfile
db_fuel-2.0.0 Guardfile
dbee-3.0.0 Guardfile
db_fuel-1.2.1.pre.alpha.3 Guardfile
db_fuel-1.2.1.pre.alpha.2 Guardfile
markup_fuel-0.2.0 Guardfile
spreadsheet_fuel-0.2.0 Guardfile
burner-1.7.0 Guardfile
burner-1.7.0.pre.alpha Guardfile
db_fuel-1.2.1.pre.alpha.1 Guardfile