Sha256: d065ae9eae789b40d21190156ed6c497541fea3a27201d5a62f23296b53492cb

Contents?: true

Size: 250 Bytes

Versions: 8

Compression:

Stored size: 250 Bytes

Contents

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

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
able-neo4j-1.0.0 vendor/bundle/jruby/1.9/gems/neography-1.7.3/Guardfile
neography-1.8.0 Guardfile
neography-1.7.3 Guardfile
neography-1.7.2 Guardfile
neography-1.7.1 Guardfile
neography-1.7.0 Guardfile
neography-1.6.0 Guardfile
neography-1.5.2 Guardfile