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

Version Path
vagrant-lxc-1.4.3 Guardfile
vagrant-lxc-1.4.2 Guardfile
vagrant-lxc-1.4.1 Guardfile
vagrant-lxc-2.1-patch-1.4.0 Guardfile
vagrant-lxc-1.4.0 Guardfile
vagrant-lxc-1.3.1 Guardfile
vagrant-lxc-1.3.0 Guardfile
vagrant-lxc-1.2.4 Guardfile
vagrant-lxc-1.2.3 Guardfile
vagrant-lxc-1.2.2 Guardfile
vagrant-lxc-1.2.1 Guardfile
vagrant-lxc-1.2.0 Guardfile
vagrant-lxc-1.1.0 Guardfile
vagrant-lxc-1.0.1 Guardfile
vagrant-lxc-1.0.0 Guardfile
vagrant-lxc-1.0.0.alpha.3 Guardfile
vagrant-lxc-1.0.0.alpha.2 Guardfile
vagrant-lxc-1.0.0.alpha.1 Guardfile
vagrant-lxc-0.8.0 Guardfile
vagrant-lxc-0.7.0 Guardfile