Sha256: 8ecfb5adc5c72ff17c0998e3b2c165bc3cb2cfe43009334d208aa0553bd74321

Contents?: true

Size: 252 Bytes

Versions: 11

Compression:

Stored size: 252 Bytes

Contents

# frozen_string_literal: true

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

11 entries across 11 versions & 3 rubygems

Version Path
nio4r-2.1.0-java Guardfile
nio4r-2.1.0 Guardfile
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/nio4r-2.0.0/Guardfile
nio4r-2.0.0-java Guardfile
nio4r-2.0.0 Guardfile
socketry-0.5.1 Guardfile
socketry-0.5.0 Guardfile
socketry-0.4.0 Guardfile
socketry-0.3.0 Guardfile
socketry-0.2.0 Guardfile
socketry-0.1.0 Guardfile