Sha256: 90873a6d9a9ea3c91f579957fdb3f104f737f3403731c556bfb77b29e1395e8c

Contents?: true

Size: 372 Bytes

Versions: 4

Compression:

Stored size: 372 Bytes

Contents

guard 'rspec', :cli => '--color --require spec_helper', :version => 2 do
  watch(%r{^spec/pacto/.+_spec\.rb$})
  watch(%r{^spec/json/.+_spec\.rb$})
  watch(%r{^lib/pacto\.rb$})      { |m| "spec" }
  watch(%r{^lib/json-generator\.rb$}) { |m| "spec" }
  watch(%r{^lib/(.+)\.rb$})           { |m| "spec/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')        { "spec" }
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pacto-0.2.1 Guardfile
pacto-0.2.0 Guardfile
pacto-0.1.1 Guardfile
pacto-0.1.0 Guardfile