Sha256: 90a9330e7376221328bb26fe4d3231db7910e2f4c2d2d12ad58598fa20946702
Contents?: true
Size: 199 Bytes
Versions: 5
Compression:
Stored size: 199 Bytes
Contents
# frozen_string_literal: true guard :rspec, cmd: 'bundle exec rspec -fp' do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { 'spec' } watch('spec/spec_helper.rb') { 'spec' } end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
lazy_lazer-0.3.1 | Guardfile |
lazy_lazer-0.3.0 | Guardfile |
lazy_lazer-0.2.0 | Guardfile |
lazy_lazer-0.1.1 | Guardfile |
lazy_lazer-0.1.0 | Guardfile |