Sha256: 29c27d8bcefd7adc5ba1fc73942d620557bc880167078607314670aaaf970761

Contents?: true

Size: 223 Bytes

Versions: 15

Compression:

Stored size: 223 Bytes

Contents

directories %w(lib spec)
clearing :on

guard :rspec, cmd: "bundle exec rspec" 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

15 entries across 15 versions & 3 rubygems

Version Path
objecthash-1.0.2 Guardfile
objecthash-1.0.1 Guardfile
fling-0.1.2 Guardfile
fling-0.1.0 Guardfile
fling-0.0.9 Guardfile
fling-0.0.8 Guardfile
fling-0.0.7 Guardfile
fling-0.0.6 Guardfile
fling-0.0.5 Guardfile
fling-0.0.4 Guardfile
fling-0.0.3 Guardfile
turbine-1.0.0.pre2 Guardfile
turbine-1.0.0.pre Guardfile
fling-0.0.2 Guardfile
fling-0.0.1 Guardfile