Sha256: ac45bbd46c5f0d70521f60d3ec99e4b6ed8592b2267708ae86e3ebb2b439ce21

Contents?: true

Size: 231 Bytes

Versions: 66

Compression:

Stored size: 231 Bytes

Contents

guard :rspec, cmd: 'bundle exec rspec', all_on_start: true, all_after_pass: true  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

66 entries across 66 versions & 4 rubygems

Version Path
octopolo-1.8.1 Guardfile
octopolo-1.8.0 Guardfile
octopolo-1.7.1 Guardfile
octopolo-1.7.0 Guardfile
octopolo-1.6.0 Guardfile
octopolo-1.5.3 Guardfile
octopolo-1.5.2 Guardfile
octopolo-1.5.1 Guardfile
octopolo-1.5.0 Guardfile
octopolo-1.4.0 Guardfile
octopolo-1.3.0 Guardfile
octopolo-1.2.1 Guardfile
octopolo-1.2.0 Guardfile
octopolo-1.1.1 Guardfile
octopolo-1.1.0 Guardfile
octopolo-1.0.2 Guardfile
octopolo-1.0.1 Guardfile
octopolo-1.0.0 Guardfile
octopolo-0.4.1 Guardfile
octopolo-0.4.0 Guardfile