Sha256: dd593343a76653a75d11512ea98043c9d273656e2b37a6dc061d002cb0b969a4
Contents?: true
Size: 332 Bytes
Versions: 27
Compression:
Stored size: 332 Bytes
Contents
guard 'rspec', :spec_paths => ["spec/unit"] do watch(%r{^spec/unit/.+_spec\.rb$}) watch(%r{^lib/vagrant-lxc/(.+)\.rb$}) { |m| "spec/unit/#{m[1]}_spec.rb" } watch('spec/unit_helper.rb') { "spec/unit" } watch('spec/spec_helper.rb') { "spec/unit" } watch(%r{^spec/support/(.+)\.rb$}) { "spec/unit" } end
Version data entries
27 entries across 27 versions & 2 rubygems