Sha256: 2f054919c34c97bfa68476b7a6c80bfb6fd639bea987f3dfac1b9747157c5d51
Contents?: true
Size: 230 Bytes
Versions: 4
Compression:
Stored size: 230 Bytes
Contents
# encoding: utf-8 guard :rspec, cmd: "bundle exec rspec" do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb}) do |m| "spec/unit/#{m[1]}_spec.rb" end watch("spec/spec_helper.rb") { "spec" } end # guard :rspec
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
assertion-0.2.5 | Guardfile |
assertion-0.2.4 | Guardfile |
assertion-0.2.3 | Guardfile |
assertion-0.2.2 | Guardfile |