Sha256: a468450ac5aadd8a1110f1bea7d0925f59dfe97926172f3898e62af53c7dce03

Contents?: true

Size: 172 Bytes

Versions: 19

Compression:

Stored size: 172 Bytes

Contents

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

Version data entries

19 entries across 19 versions & 3 rubygems

Version Path
dev_training_bot-1.2.0 Guardfile
dev_training_bot-1.1.2 Guardfile
dev_training_bot-1.1.1 Guardfile
dev_training_bot-1.1.0 Guardfile
dev_training_bot-1.0.5 Guardfile
dev_training_bot-1.0.4 Guardfile
dev_training_bot-1.0.3 Guardfile
dev_training_bot-1.0.2 Guardfile
dev_training_bot-1.0.1 Guardfile
dev_training_bot-1.0.0 Guardfile
git-helpers-0.5.2 Guardfile
git-helpers-0.5.1 Guardfile
git-helpers-0.5.0 Guardfile
git-helpers-0.4.0 Guardfile
git-helpers-0.3.0 Guardfile
git-helpers-0.2.1 Guardfile
speaky_csv-0.0.3 Guardfile
speaky_csv-0.0.2 Guardfile
speaky_csv-0.0.1 Guardfile