Sha256: fe39f50a2e0bfda5e7965fa781c8063dfc75ac6ceabd67a59fd04f0301ed402f
Contents?: true
Size: 285 Bytes
Versions: 5
Compression:
Stored size: 285 Bytes
Contents
# encoding: utf-8 guard :rspec, cmd: "bundle exec rspec" do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/immutability/(.+)\.rb}) do |m| "spec/unit/#{m[1]}_spec.rb" end watch("lib/immutability.rb") { "spec" } watch("spec/spec_helper.rb") { "spec" } end # guard :rspec
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
immutability-0.0.5 | Guardfile |
immutability-0.0.4 | Guardfile |
immutability-0.0.3 | Guardfile |
immutability-0.0.2 | Guardfile |
immutability-0.0.1 | Guardfile |