Sha256: 13c1ab2fe312c9dfa559cee41a696315bc932d5d76752808a3d2f91d80f326d2

Contents?: true

Size: 299 Bytes

Versions: 13

Compression:

Stored size: 299 Bytes

Contents

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)

  dsl.watch_spec_files_for(dsl.ruby.lib_files)
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
vindetta-0.25.0 Guardfile
vindetta-0.24.0 Guardfile
vindetta-0.23.0 Guardfile
vindetta-0.22.0 Guardfile
vindetta-0.21.0 Guardfile
vindetta-0.20.0 Guardfile
vindetta-0.19.0 Guardfile
vindetta-0.17.1 Guardfile
vindetta-0.17.0 Guardfile
vindetta-0.16.0 Guardfile
vindetta-0.15.0 Guardfile
vindetta-0.14.0 Guardfile
vindetta-0.13.0 Guardfile