Sha256: a946b0f6ec999a0c8c64f847a46dbaec127cfc928bdbbb02a83bb4f8f982cb7e
Contents?: true
Size: 645 Bytes
Versions: 2
Compression:
Stored size: 645 Bytes
Contents
guard :rspec, cmd: "bundle exec rspec" do watch("bin/hexx-suit") { "spec/tests/bin/install_spec.rb" } watch(%r{^lib/tasks/(.+)\.rb$}) do |m| [ "spec/tests/tasks/#{m[1]}_spec.rb", "spec/tests/tasks/#{m[1]}/**/*_spec.rb" ] end watch(%r{^lib/hexx/suit/(.+)\.rb$}) do |m| "spec/tests/lib/#{m[1]}_spec.rb" end watch(%r{^lib/hexx/suit/(.+)/base\.rb$}) do |m| "spec/tests/lib/#{m[1]}/*_spec.rb" end watch("lib/hexx/suit.rb") { "spec" } watch("lib/hexx-suit.rb") { "spec" } watch(/^spec.+_spec\.rb$/) watch(%r{^spec/support/(.+)\.rb$}) { "spec" } watch("spec/spec_helper*.rb") { "spec" } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hexx-suit-2.3.2 | Guardfile |
hexx-suit-2.3.0 | Guardfile |