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
logicality-2.0.0 Guardfile
bumblebee-2.0.0 Guardfile
conferrable-1.0.4 Guardfile
acts_as_hashable-1.0.4 Guardfile
differential-1.1.0 Guardfile
paged_groups-2.0.0 Guardfile
tree_branch-1.0.0 Guardfile
paged_groups-1.0.0 Guardfile
bumblebee-1.2.1 Guardfile
bumblebee-1.2.0 Guardfile
bumblebee-1.1.0 Guardfile
differential-1.0.6 Guardfile
bumblebee-1.0.0 Guardfile
differential-1.0.5 Guardfile
differential-1.0.4 Guardfile
differential-1.0.3 Guardfile
differential-1.0.2 Guardfile
differential-1.0.1 Guardfile
sample_data_dump_postgres_data_store-0.0.4 Guardfile
sample_data_dump_postgres_data_store-0.0.3 Guardfile