Sha256: 83631d3e15501c9ed87b296c69f3cda8f1e8898a9711572b947ed36c3b010dfc

Contents?: true

Size: 288 Bytes

Versions: 17

Compression:

Stored size: 288 Bytes

Contents

# A sample Guardfile
# More info at https://github.com/guard/guard#readme

guard :rspec, cmd: 'bundle exec rspec --format Fuubar --colour' 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

17 entries across 17 versions & 1 rubygems

Version Path
roqua-support-0.1.20 Guardfile
roqua-support-0.1.19 Guardfile
roqua-support-0.1.18 Guardfile
roqua-support-0.1.17 Guardfile
roqua-support-0.1.16 Guardfile
roqua-support-0.1.15 Guardfile
roqua-support-0.1.14 Guardfile
roqua-support-0.1.13 Guardfile
roqua-support-0.1.12 Guardfile
roqua-support-0.1.11 Guardfile
roqua-support-0.1.10 Guardfile
roqua-support-0.1.9 Guardfile
roqua-support-0.1.8 Guardfile
roqua-support-0.1.7 Guardfile
roqua-support-0.1.6 Guardfile
roqua-support-0.1.5 Guardfile
roqua-support-0.1.4 Guardfile