Sha256: 8f6a71a555cc2607b0023e3fe1418b8cfa7b444d8dbc5a7c9fa88e84c09a9373

Contents?: true

Size: 318 Bytes

Versions: 9

Compression:

Stored size: 318 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(%r{^spec/.+_spec\.rb$})

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

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
socialization-2.0.2 Guardfile
socialization-2.0.1 Guardfile
socialization-2.0.0 Guardfile
socialization-1.2.3 Guardfile
socialization-1.2.2 Guardfile
socialization-1.2.1 Guardfile
twrk-socialization-1.2.0 Guardfile
twrk-socialization-0.0.1 Guardfile
socialization-1.2.0 Guardfile