Sha256: 3a3951d7506785d6df8ec5115ab3def7c39539769e8dc8636bcfe36c57907e9d
Contents?: true
Size: 395 Bytes
Versions: 7
Compression:
Stored size: 395 Bytes
Contents
guard 'spork' do watch('spec/spec_helper.rb') end guard 'rspec', :version => 2, :cli => '--drb' do watch(%r{^spec/.+_spec\.rb}) watch(%r{^lib/(.+)\.rb}) { |m| "spec/lib/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { "spec" } watch(%r{^lib/open_ehr/parser/.+\.tt}) { "spec/lib/open_ehr/parser" } end notification :libnotify, :timeout => 5, :transient => true, :append => false
Version data entries
7 entries across 7 versions & 2 rubygems
Version | Path |
---|---|
openehr-1.1.4 | Guardfile |
openehr-1.1.3 | Guardfile |
openehr-1.1.2 | Guardfile |
openehr-1.1.1 | Guardfile |
openehr-1.1.0 | Guardfile |
open_ehr-1.0.2 | Guardfile |
open_ehr-1.0.1 | Guardfile |