Sha256: d6c4c8f934fd100d24e373146e0c9a988a6883802b19e76fe5edd7110f073dd4
Contents?: true
Size: 412 Bytes
Versions: 1
Compression:
Stored size: 412 Bytes
Contents
# encoding: utf-8 guard :rspec, cmd: "bundle exec rspec" do watch("lib/service_objects.rb") { "spec" } watch("lib/service_objects/cli/*.*") { "spec/tests/cli_spec.rb" } watch(%r{^lib/service_objects/(.+)\.rb$}) do |m| "spec/tests/#{ m[1] }_spec.rb" end watch(%r{^spec/support/(.+)\.rb$}) { "spec" } watch(/^spec\/spec_helper\w*\.rb$/) { "spec" } watch(%r{^spec/tests/.+_spec\.rb$}) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
service_objects-0.1.0 | Guardfile |