Sha256: 825e79ba09cfa7bc627418d19d0203a68bfb8e9c35b047fa8a76fc8ab54da900

Contents?: true

Size: 189 Bytes

Versions: 5

Compression:

Stored size: 189 Bytes

Contents

# encoding: utf-8
guard :rspec, cmd: "rake test" do
  watch(%r{^spec/tests/.+_spec\.rb})
  watch(%r{^spec/support/(.+)\.rb$}) { "spec" }
  watch(/^spec\/spec_helper\w*.rb/)  { "spec" }
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hexx-suit-0.2.2 lib/hexx/suit/install/Guardfile
hexx-suit-0.2.1 lib/hexx/suit/install/Guardfile
hexx-suit-0.2.0 lib/hexx/suit/install/Guardfile
hexx-suit-0.1.0 lib/hexx/suit/install/Guardfile
hexx-suit-0.0.1 lib/hexx/suit/install/Guardfile