Sha256: ffd039476bb72f191b05b6c67378837311a852c2e42e4371473a60ca6fd9c922

Contents?: true

Size: 194 Bytes

Versions: 30

Compression:

Stored size: 194 Bytes

Contents

guard 'rspec', cli: "--format Fuubar --color" do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/lib/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')  { "spec" }
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
redis_object-1.5.3 Guardfile
redis_object-1.5.1 Guardfile
redis_object-1.5.0 Guardfile
redis_object-1.4.9 Guardfile
redis_object-1.4.8 Guardfile
redis_object-1.4.7 Guardfile
redis_object-1.4.6 Guardfile
redis_object-1.4.5 Guardfile
redis_object-1.4.3 Guardfile
redis_object-1.4.2 Guardfile
redis_object-1.4.1 Guardfile
redis_object-1.4.0 Guardfile
redis_object-1.3.9 Guardfile
redis_object-1.3.8 Guardfile
redis_object-1.3.7 Guardfile
redis_object-1.3.6 Guardfile
redis_object-1.3.5 Guardfile
redis_object-1.3.4 Guardfile
redis_object-1.3.3 Guardfile
redis_object-1.3.2 Guardfile