Sha256: c50a99155f6eb7c6e37e5024dc446f3bf11cccea66480fe0c7453129512b35a4

Contents?: true

Size: 254 Bytes

Versions: 9

Compression:

Stored size: 254 Bytes

Contents

guard 'rspec' do
  watch("spec/spec_helper.rb") { "spec" }
  watch(%r{^spec/support/(.+)\.rb$}) { "spec" }

  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/thebigdb\.rb$}) { "spec" }
  watch(%r{^lib/thebigdb/(.+)\.rb$}) {|m| "spec/#{m[1]}_spec.rb" }
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
thebigdb-1.4.1 Guardfile
thebigdb-1.4.0 Guardfile
thebigdb-1.3.0 Guardfile
thebigdb-1.2.3 Guardfile
thebigdb-1.2.2 Guardfile
thebigdb-1.2.1 Guardfile
thebigdb-1.2.0 Guardfile
thebigdb-1.1.0 Guardfile
thebigdb-1.0.0 Guardfile