Sha256: 3a32285ee4b52824b967413ac2b28974d10d7d618391f6c6b92371383c97ba39

Contents?: true

Size: 237 Bytes

Versions: 4

Compression:

Stored size: 237 Bytes

Contents

guard :rspec, :all_on_start => true, :cmd => 'rspec --color --format Fuubar' do
  watch(%r{^spec/*/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/lib/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')  { "spec" }
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
te3270-jruby-0.4-x86-mingw32 Guardfile
te3270-jruby-0.3-x86-mingw32 Guardfile
te3270-jruby-0.1-x86-mingw32 Guardfile
te3270-jruby-0.1-universal-java-1.7 Guardfile