Sha256: 3307cb8de51e3bf04a5fb36526bb4fb3419c6cdf07498e74aa81e6b8803f2ac6

Contents?: true

Size: 224 Bytes

Versions: 13

Compression:

Stored size: 224 Bytes

Contents

guard 'rspec', cmd: "bundle exec rspec" do
  # watch /lib/ files
  watch(%r{^lib/(.+).rb$}) do |m|
    "spec/#{m[1]}_spec.rb"
  end
 
  # watch /spec/ files
  watch(%r{^spec/(.+).rb$}) do |m|
    "spec/#{m[1]}.rb"
  end
end

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
wechat-api-0.4.3 Guardfile
wechat-api-0.4.2 Guardfile
wechat-api-0.4.1 Guardfile
wechat-api-0.4.0 Guardfile
wechat-api-0.3.0 Guardfile
wechat-api-0.2.1 Guardfile
wechat-api-0.2.0 Guardfile
wechat-api-0.1.3 Guardfile
ucpaas-0.1.4 Guardfile
wechat-api-0.1.1 Guardfile
ucpaas-0.1.3 Guardfile
wechat-api-0.1.0 Guardfile
ucpaas-0.1.2 Guardfile