Sha256: c84e774f3a75661e3bc938e0393e746197cb4fe7c958d79e1a1b57d498a45249

Contents?: true

Size: 217 Bytes

Versions: 25

Compression:

Stored size: 217 Bytes

Contents

require 'autowatchr'

Autowatchr.new(self) do |config|
  config.ruby      = 'clear && rspec'
  config.test_dir  = 'spec'
  config.test_re   = "^#{config.test_dir}/(.*)_spec\.rb$"
  config.test_file = '%s_spec.rb'
end

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
wildcard_matchers-0.9.2 spec/spec.watchr
wildcard_matchers-0.9.1 spec/spec.watchr
wildcard_matchers-0.9.0 spec/spec.watchr
wildcard_matchers-0.4.0 spec/spec.watchr
wildcard_matchers-0.3.1 spec/spec.watchr
wildcard_matchers-0.3.0 spec/spec.watchr
wildcard_matchers-0.2.1 spec/spec.watchr
wildcard_matchers-0.2.0 spec/spec.watchr
wildcard_matchers-0.1.8 spec/spec.watchr
wildcard_matchers-0.1.7 spec/spec.watchr
wildcard_matchers-0.1.6 spec/spec.watchr
wildcard_matchers-0.1.5 spec/spec.watchr
wildcard_matchers-0.1.4 spec/spec.watchr
wildcard_matchers-0.1.3 spec/spec.watchr
wildcard_matchers-0.1.2 spec/spec.watchr
wildcard_matchers-0.1.1 spec/spec.watchr
wildcard_matchers-0.1.0 spec/spec.watchr
wildcard_matchers-0.0.4 spec/spec.watchr
wildcard_matchers-0.0.3 spec/spec.watchr
wildcard_matchers-0.0.2 spec/spec.watchr