Sha256: a66251b11028d841c11305c53a86055f943d05c26fbbc6bbbfe0303ef6d0f96a

Contents?: true

Size: 197 Bytes

Versions: 50

Compression:

Stored size: 197 Bytes

Contents

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

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
object_attorney-2.10.12 Guardfile
object_attorney-2.10.11 Guardfile
object_attorney-2.10.10 Guardfile
object_attorney-2.10.9 Guardfile
object_attorney-2.10.7 Guardfile
object_attorney-2.10.6 Guardfile
object_attorney-2.10.5 Guardfile
object_attorney-2.10.3 Guardfile
object_attorney-2.10.2 Guardfile
object_attorney-2.10.1 Guardfile
object_attorney-2.9.4 Guardfile
object_attorney-2.9.3 Guardfile
object_attorney-2.9.2 Guardfile
object_attorney-2.9.0 Guardfile
object_attorney-2.8.1 Guardfile
object_attorney-2.8.0 Guardfile
object_attorney-2.6.12 Guardfile
object_attorney-2.6.11 Guardfile
object_attorney-2.6.10 Guardfile
object_attorney-2.6.9 Guardfile