Sha256: 9070e16484c1d6e82859e808022a9059bdd7a1a69107d6dc9b8792e8934fef7f

Contents?: true

Size: 203 Bytes

Versions: 22

Compression:

Stored size: 203 Bytes

Contents

guard :rspec, cmd: 'rspec --color --format documentation' 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

22 entries across 22 versions & 2 rubygems

Version Path
cfndsl-pipeline-0.1.5 Guardfile
cfndsl-pipeline-0.1.4 Guardfile
cfnlego-0.3.0 Guardfile
cfnlego-0.2.9 Guardfile
cfnlego-0.2.8 Guardfile
cfnlego-0.2.7 Guardfile
cfnlego-0.2.6 Guardfile
cfnlego-0.2.5 Guardfile
cfnlego-0.2.4 Guardfile
cfnlego-0.2.3 Guardfile
cfnlego-0.2.2 Guardfile
cfnlego-0.2.0 Guardfile
cfnlego-0.1.1 Guardfile
cfnlego-0.1.0 Guardfile
cfnlego-0.0.9 Guardfile
cfnlego-0.0.8 Guardfile
cfnlego-0.0.6 Guardfile
cfnlego-0.0.5 Guardfile
cfnlego-0.0.4 Guardfile
cfnlego-0.0.3 Guardfile