Sha256: f4563e5204f56452c4be061a67e609259f7052a0a7bbe999955f0336ccadd987

Contents?: true

Size: 195 Bytes

Versions: 5

Compression:

Stored size: 195 Bytes

Contents

guard 'rspec', :version => 2 do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})  { |m| "spec" }   # { |m| "spec/lib/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')  { "spec" }
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
act_as_releasable-0.0.5 Guardfile
act_as_releasable-0.0.4 Guardfile
act_as_releasable-0.0.3 Guardfile
act_as_releasable-0.0.2 Guardfile
act_as_releasable-0.0.1 Guardfile