Sha256: 11940b497a109234f7ec8393341c6a8d342203bd5766dce1c8b8940b01ccd39d

Contents?: true

Size: 317 Bytes

Versions: 14

Compression:

Stored size: 317 Bytes

Contents

# encoding: utf-8

guard :rspec, cmd: "bundle exec rspec" do

  watch(/^lib(.+)\.rb$/) do |m|
    "spec/tests#{ m[1] }_spec.rb"
  end

  watch("spec/tests/*_spec.rb")

  watch("lib/*.rb")             { "spec" }
  watch("spec/spec_helper.rb")  { "spec" }
  watch("spec/support/**/*.rb") { "spec" }

end # guard :rspec

Version data entries

14 entries across 14 versions & 3 rubygems

Version Path
hexx-domains-0.0.5 Guardfile
hexx-domains-0.0.4 Guardfile
hexx-domains-0.0.3 Guardfile
attr_coerced-1.0.0 Guardfile
hexx-domains-0.0.2 Guardfile
hexx-suit-2.2.0 lib/hexx/suit/install/Guardfile
attr_coerced-0.0.1 Guardfile
hexx-domains-0.0.1 Guardfile
hexx-suit-2.1.0 lib/hexx/suit/install/Guardfile
hexx-suit-2.0.0 lib/hexx/suit/install/Guardfile
hexx-suit-1.5.0-x86_64-linux lib/hexx/suit/install/Guardfile
hexx-suit-1.3.0-x86_64-linux lib/hexx/suit/install/Guardfile
hexx-suit-1.2.0 lib/hexx/suit/install/Guardfile
hexx-suit-1.0.0 lib/hexx/suit/install/Guardfile