Sha256: f4d6c660f32dd6a8b40dd907330a29a3b18f85662f4cb71e7e73862681176277

Contents?: true

Size: 239 Bytes

Versions: 35

Compression:

Stored size: 239 Bytes

Contents

# frozen_string_literal: true

guard :rspec, cmd: 'bundle exec rspec', all_on_start: true do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/lib/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')  { 'spec' }
end

Version data entries

35 entries across 35 versions & 4 rubygems

Version Path
ninny-0.1.24 Guardfile
ninny-0.1.23 Guardfile
ninny-0.1.22.1 Guardfile
ninny-0.1.22 Guardfile
ninny-0.1.21 Guardfile
ninny-0.1.20 Guardfile
ninny-0.1.19 Guardfile
ninny-0.1.18 Guardfile
git_helper-3.4.1 Guardfile
slack_messaging-3.1.3 Guardfile
highline_wrapper-1.2.2 Guardfile
highline_wrapper-1.2.1 Guardfile
git_helper-3.4.0 Guardfile
ninny-0.1.17 Guardfile
highline_wrapper-1.2.0 Guardfile
git_helper-3.3.7 Guardfile
ninny-0.1.16 Guardfile
ninny-0.1.15 Guardfile
ninny-0.1.14 Guardfile
ninny-0.1.13 Guardfile