Sha256: 08f6148674435ba735a4e26d2e1e29bd92030db1149f6b0e58b248eec488d9aa
Contents?: true
Size: 302 Bytes
Versions: 1
Compression:
Stored size: 302 Bytes
Contents
# encoding: utf-8 guard :rspec, cmd: "bundle exec rspec", all_on_start: true do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/rom-kafka/(.+)\.rb}) do |m| "spec/unit/#{m[1]}_spec.rb" end watch("lib/rom-kafka.rb") { "spec" } watch("spec/spec_helper.rb") { "spec" } end # guard :rspec
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rom-kafka-0.0.1 | Guardfile |