Sha256: 0e9e86ecfdc7dbacac86d9a5ecb168fc2830138517210d94625c4d9122790592

Contents?: true

Size: 374 Bytes

Versions: 97

Compression:

Stored size: 374 Bytes

Contents

# frozen_string_literal: true

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

  # 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

97 entries across 97 versions & 28 rubygems

Version Path
guard-busted-1.0.1 Guardfile
ajax-datatables-rails-1.5.0 Guardfile
ajax-datatables-rails-1.4.0 Guardfile
guard-busted-1.0.0 Guardfile
mail_auto_link_obfuscation-0.3.1 Guardfile
unwrappr-0.8.0 Guardfile
unwrappr-0.7.0 Guardfile
unwrappr-0.6.0 Guardfile
ajax-datatables-rails-1.3.1 Guardfile
syslogger-1.6.6 Guardfile
ajax-datatables-rails-1.3.0 Guardfile
unwrappr-0.5.0 Guardfile
stringento-2.1.0 Guardfile
keepassx-1.1.0 Guardfile
ajax-datatables-rails-1.2.0 Guardfile
unwrappr-0.4.0 Guardfile
simple_navigation_bootstrap-1.3.0 Guardfile
bumblebee-3.1.1 Guardfile
bumblebee-3.1.0 Guardfile
bumblebee-3.1.0.pre.alpha Guardfile