Sha256: cdc5b7ba162a7d41138bfe2862d0d6a69e92465fe619bfe95ccb449b0c4c6708
Contents?: true
Size: 368 Bytes
Versions: 4
Compression:
Stored size: 368 Bytes
Contents
# encoding: utf-8 guard :rspec, cmd: "bundle exec rspec spec" do watch("lib/hexx.rb") { "spec" } watch("bin/hexx") { "spec/tests/bin/hexx_spec.rb" } watch(%r{^lib/hexx/(\w+)\.rb$}) do |m| "spec/tests/lib/#{ m[1] }_spec.rb" end watch("spec/tests/**/*_spec.rb") watch("spec/fixtures/**/*") { "spec" } watch("spec/spec_helper.rb") { "spec" } end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
hexx-9.2.0 | Guardfile |
hexx-9.1.0 | Guardfile |
hexx-9.0.1 | Guardfile |
hexx-9.0.0 | Guardfile |