Sha256: 63437c0ac575e9ca11f93a1f1ae3de50a9d15d1cc4c2f606360b7f76c0958da9

Contents?: true

Size: 540 Bytes

Versions: 2

Compression:

Stored size: 540 Bytes

Contents

##
# To run the test suite against all 3 rubies: 1.9.2, 1.8.7 and REE, simply run the following command:
# $ guard start
#
# Be use you are using RVM and have Ruby 1.9.2, 1.8.7 and REE installed as well as all
# Backup's gem dependencies for each of these Ruby intepreters.

guard 'rspec',
  :version => 2,
  :rvm     => ['1.9.3', '1.9.2', '1.8.7', 'ree'],
  :bundler => true,
  :cli     => '--color --format Fuubar' do

  watch(%r{^spec/.+_spec\.rb})
  watch(%r{^lib/(.+)\.rb})     { 'spec' }
  watch('spec/spec_helper.rb') { 'spec' }
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
backup-3.0.19 Guardfile
backup-3.0.18 Guardfile