Sha256: 0e9e86ecfdc7dbacac86d9a5ecb168fc2830138517210d94625c4d9122790592

Contents?: true

Size: 374 Bytes

Versions: 97

Compression:

Stored size: 374 Bytes

Contents

# frozen_string_literal: true

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

97 entries across 97 versions & 28 rubygems

Version Path
proforma-extended-evaluator-1.0.0 Guardfile
proforma-1.0.0 Guardfile
proforma-prawn-renderer-1.0.0.pre.alpha.1 Guardfile
proforma-prawn-renderer-1.0.0.pre.alpha Guardfile
proforma-extended-evaluator-1.0.0.pre.alpha Guardfile
proforma-1.0.0.pre.alpha Guardfile
stringento-2.0.0 Guardfile
stringento-1.0.0 Guardfile
hashematics-1.0.0 Guardfile
sample_data_dump-0.0.3 Guardfile
bumblebee-3.0.1 Guardfile
bumblebee-3.0.0 Guardfile
bumblebee-2.1.0 Guardfile
airspace-1.0.1 Guardfile
airspace-1.0.0 Guardfile
paged_groups-2.1.0 Guardfile
cinnamon_serial-2.1.1 Guardfile
bumblebee-2.0.1 Guardfile
tree_branch-1.1.0 Guardfile
acts_as_hashable-1.0.5 Guardfile