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.18.0 Guardfile
terraforming-0.17.0 Guardfile
terraforming-0.16.0 Guardfile
terraforming-0.15.0 Guardfile
aws-insight-0.14.1 Guardfile
aws-insight-0.14.0 Guardfile
terraforming-0.14.0 Guardfile
prezzo-0.5.1 Guardfile
prezzo-0.5.0 Guardfile
prezzo-0.4.1 Guardfile
prezzo-0.4.0 Guardfile
prezzo-1.0.0.pre.rc Guardfile
prezzo-0.3.1 Guardfile
terraforming-0.13.2 Guardfile
prezzo-0.3.0 Guardfile
prezzo-0.2.2 Guardfile
prezzo-0.2.1 Guardfile
prezzo-0.2.0 Guardfile
prezzo-0.1.0 Guardfile
terraforming-0.13.1 Guardfile