Sha256: a636f11a3bab4799d31a99b995da9cf9c0687a854ac0fae868ef23979ace409d

Contents?: true

Size: 197 Bytes

Versions: 22

Compression:

Stored size: 197 Bytes

Contents

guard :rspec, cmd: "bundle exec rspec --color" do
  watch(/^spec\/(.*)_spec.rb/)
  watch(/^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
valvat-0.6.9 Guardfile
valvat-0.6.8 Guardfile