Sha256: f7e6dce13808947632fe09f63b8b2dd21d227472f640948587b6ddfb368fb176

Contents?: true

Size: 296 Bytes

Versions: 13

Compression:

Stored size: 296 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(%r{^lib/(.+)\.yaml$})     { |m| "spec/lib/resources/resources_definitions_spec.rb" }
  watch('spec/spec_helper.rb')  { "spec" }
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
cfnlego-0.6.3 Guardfile
cfnlego-0.6.2 Guardfile
cfnlego-0.6.1 Guardfile
cfnlego-0.6.0 Guardfile
cfnlego-0.5.1 Guardfile
cfnlego-0.5.0 Guardfile
cfnlego-0.4.0 Guardfile
cfnlego-0.3.6 Guardfile
cfnlego-0.3.5 Guardfile
cfnlego-0.3.4 Guardfile
cfnlego-0.3.3 Guardfile
cfnlego-0.3.2 Guardfile
cfnlego-0.3.1 Guardfile