Sha256: 14135e141cba284916bb2ee32137f4eed723a6e108a3b237d82d2b512332397a

Contents?: true

Size: 181 Bytes

Versions: 6

Compression:

Stored size: 181 Bytes

Contents

watch("lib/albacore/.*\.rb") { |md|
  file = File.basename(md[0], ".rb")
  system "spec spec/#{file}_spec.rb"
}

watch("spec/.*_spec\.rb") { |md|
  system "spec #{md[0]}"
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
albacore-0.2.5 watchrtesting.rb
albacore-0.2.4 watchrtesting.rb
albacore-0.2.3 watchrtesting.rb
albacore-0.2.2 watchrtesting.rb
albacore-0.2.0.preview2 watchrtesting.rb
albacore-0.2.0.preview1 watchrtesting.rb