Sha256: 9c8b07d0cc971cd59e788e11263539b14629688bf58e6f92f10cd5512c7fa2fb

Contents?: true

Size: 207 Bytes

Versions: 8

Compression:

Stored size: 207 Bytes

Contents

global_autotest_file = File.expand_path('~/.autotest')
load(global_autotest_file) if File.exists?(global_autotest_file)
 
class Autotest
  def test_files_for(filename)
    Dir['test/**/*_test.rb']
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
chinese_permalink-1.3.1 .autotest
chinese_permalink-1.3.0 .autotest
chinese_permalink-1.2.0 .autotest
chinese_permalink-1.1.3 .autotest
chinese_permalink-1.1.2 .autotest
chinese_permalink-1.1.1 .autotest
chinese_permalink-1.1.0 .autotest
chinese_permalink-1.0.0 .autotest