Sha256: 03af2672e99e0cdd687b5caebbe76410d6f5c784ace8d3278ac4cbc04b0f0e18

Contents?: true

Size: 397 Bytes

Versions: 24

Compression:

Stored size: 397 Bytes

Contents

# More info at https://github.com/guard/guard#readme

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

24 entries across 24 versions & 1 rubygems

Version Path
percy-common-3.1.9 Guardfile
percy-common-3.1.8 Guardfile
percy-common-3.1.7.pre.beta Guardfile
percy-common-3.1.6 Guardfile
percy-common-3.1.5 Guardfile
percy-common-3.1.4 Guardfile
percy-common-3.1.3 Guardfile
percy-common-3.1.2 Guardfile
percy-common-3.1.2.pre.rc.3 Guardfile
percy-common-3.1.2.pre.rc.2 Guardfile
percy-common-3.1.2.rc.1 Guardfile
percy-common-3.1.1 Guardfile
percy-common-3.1.0 Guardfile
percy-common-3.0.2 Guardfile
percy-common-3.0.1 Guardfile
percy-common-3.0.0 Guardfile
percy-common-2.1.1 Guardfile
percy-common-2.1.0 Guardfile
percy-common-2.0.0 Guardfile
percy-common-1.5.0 Guardfile