Sha256: 36620f4c1995314654827a8e2e309640b9609892e2e3a5f222ad4b86d05dd5e4

Contents?: true

Size: 312 Bytes

Versions: 66

Compression:

Stored size: 312 Bytes

Contents

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

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

  ruby = dsl.ruby
  dsl.watch_spec_files_for(ruby.lib_files)
end

Version data entries

66 entries across 66 versions & 10 rubygems

Version Path
terraforming-0.13.0 Guardfile
terraforming-0.12.0 Guardfile
message-driver-newrelic-0.1.0 Guardfile
terraforming-0.11.0 Guardfile
terraform-exporter-0.0.4 Guardfile
terraform-exporter-0.0.3 Guardfile
terraform-exporter-0.0.2 Guardfile
terraforming-0.10.0 Guardfile
terraforming-0.9.1 Guardfile
terraforming-0.9.0 Guardfile
terraforming-0.8.0 Guardfile
terraforming-0.7.0 Guardfile
actors-0.1.0 Guardfile
terraforming-0.6.2 Guardfile
terraforming-0.6.1 Guardfile
terraforming-0.6.0 Guardfile
terraforming-0.5.0 Guardfile
rubykon-0.3.1 Guardfile
rubykon-0.3.0 Guardfile
terraforming-0.4.0 Guardfile