Sha256: dc333db78c3fb508104bd73233f2d2afe4737e476f51a8d3bb18dc3919c1e237

Contents?: true

Size: 268 Bytes

Versions: 21

Compression:

Stored size: 268 Bytes

Contents

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

guard :rspec, cmd: 'bundle exec rspec --colour' do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')  { "spec" }
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
roqua-support-0.4.4 Guardfile
roqua-support-0.4.3 Guardfile
roqua-support-0.4.2 Guardfile
roqua-support-0.4.1 Guardfile
roqua-support-0.4.0 Guardfile
roqua-support-0.3.5 Guardfile
roqua-support-0.3.4 Guardfile
roqua-support-0.3.3 Guardfile
roqua-support-0.3.2 Guardfile
roqua-support-0.3.1 Guardfile
roqua-support-0.3.0 Guardfile
roqua-support-0.1.34 Guardfile
roqua-support-0.1.33 Guardfile
roqua-support-0.1.32 Guardfile
roqua-support-0.1.31 Guardfile
roqua-support-0.1.30 Guardfile
roqua-support-0.1.29 Guardfile
roqua-support-0.1.28 Guardfile
roqua-support-0.1.27 Guardfile
roqua-support-0.1.26 Guardfile