ruby 忽略をつかって一时ファイルを监视対象から外す来自:https://github.com/guard/guard/issues/316?utm_content = borcoco9b58&am

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ruby 忽略をつかって一时ファイルを监视対象から外す来自:https://github.com/guard/guard/issues/316?utm_content = borcoco9b58&am相关的知识,希望对你有一定的参考价值。

# Ignore Vim swap files
ignore /~$/
ignore /^(?:.*[\\\/])?\.[^\\\/]+\.sw[p-z]$/

group :unit do
  guard 'minitest', test_folders: 'test/unit', test_file_patterns: '*_test.rb' do

    watch(%r'^lib/blah/(.+)\.rb$') {|m| "test/unit/#{m[1]}_test.rb"}
    watch(%r'^test/unit/.+_test\.rb$')

  end
end

group :spec do
  guard 'rspec', binstubs: true, spec_paths: ['test/spec'], all_on_start: false, all_after_pass: false do

    watch(%r'^lib/blah/(.+)\.rb$') {|m| "test/spec/#{m[1]}_spec.rb"}
    watch(%r'^test/spec/.+_spec\.rb$')

  end
end

以上是关于ruby 忽略をつかって一时ファイルを监视対象から外す来自:https://github.com/guard/guard/issues/316?utm_content = borcoco9b58&am的主要内容,如果未能解决你的问题,请参考以下文章

csharp WPFで「ファイルを开く」ダイアログを里から强制的に闭じる

c_cpp catコマンドを作る!linuxのファイルディスクリプタを使って,ファイルから端末へ出力する

ruby xls形式のファイルを生成してみる.A0に「test。」が保存されたファイルが作られる。

ruby 写真ファイルの作成日/更新日のメタ情报をファイル名から置换する

ruby YAMLファイルを読み込んでハッシュにする

ruby 10KB以下のファイルをtrashedディレクトリに移动する