Sha256: 7c0be4d75cdd86ea9a587b97bd63bdc28f96a978fd7de58b5058a10ef9c21380

Contents?: true

Size: 361 Bytes

Versions: 10

Compression:

Stored size: 361 Bytes

Contents

guard :rspec, cmd: 'bundle exec rspec --format progress' 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

10 entries across 10 versions & 1 rubygems

Version Path
rotp-6.3.0 Guardfile
rotp-6.2.2 Guardfile
rotp-6.2.1 Guardfile
rotp-6.2.0 Guardfile
rotp-6.1.0 Guardfile
rotp-6.0.0 Guardfile
rotp-5.1.0 Guardfile
rotp-5.0.0 Guardfile
rotp-4.1.0 Guardfile
rotp-4.0.2 Guardfile