Sha256: 379a2bfc1d9063272ad6eb1533df2cd1da1b23ff74fd7e011757833331246bb0

Contents?: true

Size: 308 Bytes

Versions: 2

Compression:

Stored size: 308 Bytes

Contents

# encoding: utf-8

guard :rspec, cmd: "bundle exec rspec", all_on_start: true do

  watch(%r{^spec/.+_spec\.rb$})

  watch(%r{^lib/rom-cassandra/(.+)\.rb}) do |m|
    "spec/unit/#{m[1]}_spec.rb"
  end

  watch("lib/rom-cassandra.rb") { "spec" }
  watch("spec/spec_helper.rb")  { "spec" }

end # guard :rspec

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rom-cassandra-0.0.2 Guardfile
rom-cassandra-0.0.1 Guardfile