Sha256: cf11493e9c710411b2f77bb04a0b3299765848e6977a287caaabafecb8c2ee11
Contents?: true
Size: 540 Bytes
Versions: 7
Compression:
Stored size: 540 Bytes
Contents
# -*- ruby -*- format = 'doc' # 'doc' for more verbose, 'progress' for less tags = %w[ only ] # builder_spec model_spec guard 'rspec', :version => 2, :cli => "--format #{format} #{ tags.map{|tag| "--tag #{tag}"}.join(' ') }" do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^examples/(.+)\.rb$}) { |m| "spec/examples/#{m[1]}_spec.rb" } watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}}_spec.rb" } watch('spec/spec_helper.rb') { 'spec' } watch(/spec\/support\/(.+)\.rb/) { 'spec' } end
Version data entries
7 entries across 7 versions & 2 rubygems
Version | Path |
---|---|
ul-wukong-4.1.1 | Guardfile |
ul-wukong-4.1.0 | Guardfile |
wukong-4.0.0 | Guardfile |
wukong-3.0.1 | Guardfile |
wukong-3.0.0 | Guardfile |
wukong-3.0.0.pre3 | Guardfile |
wukong-3.0.0.pre2 | Guardfile |