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