Sha256: 556a331b23a3569f2a3ce93b7ea0cdf3f2ae8704ce751a99fe61aa6aef107e16

Contents?: true

Size: 302 Bytes

Versions: 14

Compression:

Stored size: 302 Bytes

Contents

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

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

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
bioinform-0.3.1 Guardfile
bioinform-0.3.0 Guardfile
bioinform-0.2.2 Guardfile
bioinform-0.2.1 Guardfile
bioinform-0.2.0 Guardfile
bioinform-0.1.17 Guardfile
bioinform-0.1.16 Guardfile
bioinform-0.1.15 Guardfile
bioinform-0.1.14 Guardfile
bioinform-0.1.13 Guardfile
bioinform-0.1.12 Guardfile
bioinform-0.1.11 Guardfile
bioinform-0.1.10 Guardfile
bioinform-0.1.9 Guardfile