Sha256: f25ad790e1df0d266152a173c9a6f9c1bdf15b0e856f81d6c75a61d368eea934
Contents?: true
Size: 330 Bytes
Versions: 3
Compression:
Stored size: 330 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) dsl.watch_spec_files_for(dsl.ruby.lib_files) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vindetta-0.28.0 | Guardfile |
vindetta-0.27.0 | Guardfile |
vindetta-0.26.0 | Guardfile |