Sha256: e5cd3b5f99b45a8d83d19e9c0c462574eb372824fbbdd929dc04b8d487e4c2f9
Contents?: true
Size: 325 Bytes
Versions: 4
Compression:
Stored size: 325 Bytes
Contents
guard :rspec, cmd: 'bundle exec rspec --color --format Fuubar' do watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } watch(%r{^lib/config_curator/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } watch(%r{^spec/.+_spec\.rb$}) watch('spec/spec_helper.rb') { 'spec' } end guard :yard do watch(%r{^lib/(.+)\.rb$}) end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
config_curator-0.1.1 | Guardfile |
config_curator-0.1.0 | Guardfile |
config_curator-0.0.2 | Guardfile |
config_curator-0.0.1 | Guardfile |