Sha256: 9e51bf0cbf063ef6e9d0df4b8e1be507451c9dc222d16aff02c61ce497453123

Contents?: true

Size: 343 Bytes

Versions: 29

Compression:

Stored size: 343 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 = dsl.ruby
  dsl.watch_spec_files_for(ruby.lib_files)
end

Version data entries

29 entries across 29 versions & 2 rubygems

Version Path
danger-asana-0.0.4 Guardfile
cobra_commander-1.0.1 Guardfile
cobra_commander-1.0.0 Guardfile
cobra_commander-0.15.1 Guardfile
cobra_commander-0.15.0 Guardfile
cobra_commander-0.14.0 Guardfile
cobra_commander-0.13.0 Guardfile
cobra_commander-0.12.0 Guardfile
cobra_commander-0.11.0 Guardfile
danger-asana-0.0.3 Guardfile
danger-asana-0.0.2 Guardfile
danger-asana-0.0.1 Guardfile
cobra_commander-0.10.0 Guardfile
cobra_commander-0.9.2 Guardfile
cobra_commander-0.9.1 Guardfile
cobra_commander-0.9.0 Guardfile
cobra_commander-0.8.1 Guardfile
cobra_commander-0.8.0 Guardfile
cobra_commander-0.7.0 Guardfile
cobra_commander-0.6.1 Guardfile