Sha256: 9b27dbee07639352ae0643a2e8cb10054a9c9216063abccd686871187877fa97

Contents?: true

Size: 272 Bytes

Versions: 2

Compression:

Stored size: 272 Bytes

Contents

# encoding: utf-8

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

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

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

  watch("lib/informator.rb") { "spec" }
  watch("spec/spec_helper.rb") { "spec" }

end # guard :rspec

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
informator-0.0.2 Guardfile
informator-0.0.1 Guardfile