Sha256: 5c4c3a7969803f311c06cdedd8ab0e8829456993b1564eda7135cd3b6c2e316e

Contents?: true

Size: 541 Bytes

Versions: 24

Compression:

Stored size: 541 Bytes

Contents

# A guardfile for making Danger Plugins
# For more info see https://github.com/guard/guard#readme

# To run, use `bundle exec guard`.

guard :rspec, cmd: "bundle exec rspec" do
  require "guard/rspec/dsl"
  dsl = Guard::RSpec::Dsl.new(self)

  # Feel free to open issues for suggestions and improvements

  # RSpec files
  rspec = dsl.rspec
  watch(rspec.spec_helper) { rspec.spec_dir }
  watch(rspec.spec_support) { rspec.spec_dir }
  watch(rspec.spec_files)

  # Ruby files
  ruby = dsl.ruby
  dsl.watch_spec_files_for(ruby.lib_files)
end

Version data entries

24 entries across 24 versions & 4 rubygems

Version Path
danger-swiftlint-0.10.1 Guardfile
danger-swiftlint-0.10.0 Guardfile
danger-swiftlint-0.9.0 Guardfile
danger-swiftlint-0.8.0 Guardfile
danger-swiftlint-0.7.0 Guardfile
danger-swiftlint-0.6.0 Guardfile
danger-swiftlint-0.5.1 Guardfile
danger-swiftlint-0.5.0 Guardfile
danger-swiftlint-0.4.1 Guardfile
danger-swiftlint-0.4.0 Guardfile
danger-swiftlint-0.3.0 Guardfile
danger-clorox-2.0.2 Guardfile
danger-clorox-2.0.1 Guardfile
danger-clorox-2.0.0 Guardfile
danger-clorox-1.1.0 Guardfile
danger-clorox-1.0.0 Guardfile
danger-swiftlint-0.2.1 Guardfile
danger-clorox-0.0.1 Guardfile
danger-swiftlint-0.2.0 Guardfile
danger-swiftlint-0.1.2 Guardfile