Sha256: 1a583627a4262c71c2b1ee48b1295e0a54f201cd9ad9f12efa1f944877e46856

Contents?: true

Size: 230 Bytes

Versions: 13

Compression:

Stored size: 230 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

13 entries across 13 versions & 1 rubygems

Version Path
te3270-0.9.0 Guardfile
te3270-0.8.1 Guardfile
te3270-0.8.0 Guardfile
te3270-0.7.1 Guardfile
te3270-0.7.0 Guardfile
te3270-0.6.0 Guardfile
te3270-0.5.1-x64-mingw32 Guardfile
te3270-0.5.0-x86_64-darwin-14 Guardfile
te3270-0.4.1-x86-mingw32 Guardfile
te3270-0.4-x86-mingw32 Guardfile
te3270-0.3-x86-mingw32 Guardfile
te3270-0.2-x86-mingw32 Guardfile
te3270-0.1-x86-mingw32 Guardfile