Sha256: e3cfa375a48f6ec786f692b6d72ff92d27e4b236d2cb81c78e6be6da6e9ca59c

Contents?: true

Size: 209 Bytes

Versions: 1

Compression:

Stored size: 209 Bytes

Contents

#!/usr/bin/env ruby

guard :rspec, :cmd => 'rspec --color' do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/lib/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')  { "spec" }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
http_status-0.0.1 Guardfile