Sha256: 36c48c11c755a6c47163a16326147e8af013f94a1273c53834b361509781e11c

Contents?: true

Size: 357 Bytes

Versions: 15

Compression:

Stored size: 357 Bytes

Contents

# frozen_string_literal: true
guard :rspec, cmd: 'bundle exec rspec' do
  require 'guard/rspec/dsl'
  dsl = Guard::RSpec::Dsl.new(self)

  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

15 entries across 15 versions & 2 rubygems

Version Path
pronto-commentator-0.1.5 Guardfile
pronto-commentator-0.1.4 Guardfile
pronto-commentator-0.1.3 Guardfile
circlemator-0.6.0 Guardfile
pronto-commentator-0.1.2 Guardfile
circlemator-0.5.0 Guardfile
circlemator-0.4.2 Guardfile
circlemator-0.4.1 Guardfile
circlemator-0.4.0 Guardfile
pronto-commentator-0.1.1 Guardfile
circlemator-0.3.1 Guardfile
circlemator-0.3.0 Guardfile
pronto-commentator-0.1.0 Guardfile
circlemator-0.2.1 Guardfile
circlemator-0.2.0 Guardfile