Sha256: e0c528225d4fa1a8b2170d73c43e21780708b6249c93f5cda63009a884161ab5
Contents?: true
Size: 223 Bytes
Versions: 4
Compression:
Stored size: 223 Bytes
Contents
# frozen_string_literal: true guard :rspec, cmd: 'bundle exec rspec -fp' do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb}) { |m| "spec/lib/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { 'spec' } end
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
spinels-redd-0.9.0 | Guardfile |
redd-0.9.0.pre.3 | Guardfile |
redd-0.9.0.pre.2 | Guardfile |
redd-0.9.0.pre.1 | Guardfile |