Sha256: c6fe05842ec945b974536109e270f485a45476f4f92d2cad896392967686d5ce

Contents?: true

Size: 213 Bytes

Versions: 15

Compression:

Stored size: 213 Bytes

Contents

guard :rspec, cmd: "bundle exec rspec" do
  require "guard/rspec/dsl"

  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

15 entries across 15 versions & 2 rubygems

Version Path
chronicle-core-0.2.2 Guardfile
chronicle-core-0.2.1 Guardfile
chronicle-core-0.2.0 Guardfile
chronicle-core-0.1.0 Guardfile
chronicle-etl-0.5.5 Guardfile
chronicle-etl-0.5.4 Guardfile
chronicle-etl-0.5.3 Guardfile
chronicle-etl-0.5.2 Guardfile
chronicle-etl-0.5.1 Guardfile
chronicle-etl-0.5.0 Guardfile
chronicle-etl-0.4.4 Guardfile
chronicle-etl-0.4.3 Guardfile
chronicle-etl-0.4.2 Guardfile
chronicle-etl-0.4.1 Guardfile
chronicle-etl-0.4.0 Guardfile