Sha256: 2935053208e5e22cfe9d9b2ea1b9afab3ce4b8ba0ada9c9fff717425ab3f86c5

Contents?: true

Size: 252 Bytes

Versions: 8

Compression:

Stored size: 252 Bytes

Contents

def h2spec
  puts "Starting H2 Spec"
  sleep 0.7
  system '~/go-workspace/bin/h2spec -p 8080 -o 1 -s 5.1'
  puts "\n"
end

guard :shell, name:'H2 Spec' do
  watch(%r{^example/(.+)\.rb$})    { h2spec }
  watch(%r{^lib/http/2/(.+)\.rb$}) { h2spec }
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
http-2-0.11.0 Guardfile.h2spec
http-2-0.10.2 Guardfile.h2spec
http-2-0.10.1 Guardfile.h2spec
http-2-0.10.0 Guardfile.h2spec
http-2-0.9.1 Guardfile.h2spec
http-2-0.9.0 Guardfile.h2spec
http-2-0.8.4 Guardfile.h2spec
http-2-0.8.3 Guardfile.h2spec