Sha256: e06c53c7035671159e5b8981803026a4819e974a8fddb9455ec05a89f0c54f49

Contents?: true

Size: 173 Bytes

Versions: 12

Compression:

Stored size: 173 Bytes

Contents

guard :rspec do
  watch(%r{^spec/unit/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/unit/lib/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')  { "spec" }
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
selenium-connect-3.7.1 Guardfile
selenium-connect-3.7.0 Guardfile
selenium-connect-3.6.0 Guardfile
selenium-connect-3.5.0 Guardfile
selenium-connect-3.4.0 Guardfile
selenium-connect-3.3.1 Guardfile
selenium-connect-3.3.0 Guardfile
selenium-connect-3.2.0 Guardfile
selenium-connect-3.1.2 Guardfile
selenium-connect-3.1.1 Guardfile
selenium-connect-3.1.0 Guardfile
selenium-connect-3.0.0 Guardfile