Sha256: e87057c6b9029dc4df1a9e3fd87ab83a686c721fee17c8fc4192469582baa1f9

Contents?: true

Size: 654 Bytes

Versions: 5

Compression:

Stored size: 654 Bytes

Contents

# encoding: utf-8

# To run the test suite against all 3 rubies: 1.9.3, 1.9.2, and 1.8.7, simply run the following command:
#
# $ guard start
#
# Be use you are using RVM and have Ruby 1.9.3, 1.9.2, 1.8.7 installed as well as all of Backup's gem
# dependencies for each of these Ruby versions.
#
# Be sure to run `bundle install` against every Ruby version, as well as `gem install thor POpen4`

guard "rspec",
  :version => 2,
  :rvm     => ["1.9.3", "1.9.2", "1.8.7"],
  :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

5 entries across 5 versions & 2 rubygems

Version Path
backup_checksum-3.0.23 Guardfile
backup-3.0.23 Guardfile
backup-3.0.22 Guardfile
backup-3.0.21 Guardfile
backup-3.0.20 Guardfile