Sha256: e1d0cbcc2fcfe0de0839cf9b422a861503fb867b2a3a497116451fbb81668f4d
Contents?: true
Size: 348 Bytes
Versions: 3
Compression:
Stored size: 348 Bytes
Contents
guard :rspec, cmd: 'bundle exec rspec' do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { 'spec' } end # # TODO: Uncomment this to regenerate docs locally, AFTER Yardoc is fixed # # post-Ruby 2.2.0 # guard 'yard', port: '8808' do # watch(%r{lib/.+\.rb}) # end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
kanina-0.7.0 | Guardfile |
kanina-0.6.2 | Guardfile |
kanina-0.6.1 | Guardfile |