Sha256: ac5e675ad1a2bbc09277922ddafdafc66c84e6f0639bb61523e91760e422d91d

Contents?: true

Size: 465 Bytes

Versions: 33

Compression:

Stored size: 465 Bytes

Contents

guard :minitest, all_after_pass: true do
  watch(%r{^test/(.*)\/?test_(.*)\.rb})
  watch(%r{^lib/(.*/)?([^/]+)\.rb})                      { |m| "test/#{m[1]}test_#{m[2]}.rb" }
  watch(%r{^lib/(.+)\.rb})                               { |m| "test/#{m[1]}_test.rb" }
  watch(%r{^lib/(.+)\.rb})                                    { |m| "test/#{m[1]}_test.rb" }
  watch(%r{^test/.+_test\.rb})
  watch(%r{^test/test_helper\.rb})                            { 'test' }
end

Version data entries

33 entries across 33 versions & 3 rubygems

Version Path
prx_auth-rails-4.1.0 Guardfile
prx_auth-rails-4.0.0 Guardfile
prx_auth-rails-3.0.1 Guardfile
prx_auth-rails-3.0.0 Guardfile
prx_auth-rails-2.1.0 Guardfile
prx_auth-1.7.1 Guardfile
prx_auth-rails-2.0.0 Guardfile
prx_auth-rails-1.8.0 Guardfile
prx_auth-1.7.0 Guardfile
prx_auth-rails-1.7.0 Guardfile
prx_auth-rails-1.6.0 Guardfile
prx_auth-rails-1.5.0 Guardfile
prx_auth-rails-1.4.1 Guardfile
prx_auth-rails-1.4.0 Guardfile
prx_auth-1.6.0 Guardfile
prx_auth-rails-1.3.0 Guardfile
prx_auth-1.5.0 Guardfile
prx_auth-1.4.1 Guardfile
prx_auth-1.4.0 Guardfile
prx_auth-1.3.0 Guardfile