Sha256: ebad108d792f8641c66e98175095cf9a4dfa12b91a32403de5492b80fd042bdc

Contents?: true

Size: 334 Bytes

Versions: 4

Compression:

Stored size: 334 Bytes

Contents

# A sample Guardfile
# More info at https://github.com/guard/guard#readme

#notification :notifysend
#interactor :off

#guard :rspec, cmd: 'rspec --color --format=doc' do
guard :rspec 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

4 entries across 4 versions & 1 rubygems

Version Path
iqeo-hostspec-0.1.1 Guardfile
iqeo-hostspec-0.1.0 Guardfile
iqeo-hostspec-0.1.0.pre2 Guardfile
iqeo-hostspec-0.1.0.pre1 Guardfile