Sha256: 1d645d56d9dfc55a1dffe49b899a93b9c0a403840a15e8433f2eb72c1abecc60

Contents?: true

Size: 545 Bytes

Versions: 2

Compression:

Stored size: 545 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.2', '1.8.7', 'ree'],
  :bundler => true,
  :cli     => '--color --format Fuubar --fail-fast' 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 & 2 rubygems

Version Path
interu-backup-3.0.16 Guardfile
backup-3.0.16 Guardfile