зеркало из https://github.com/github/ruby.git
9 строки
190 B
Ruby
9 строки
190 B
Ruby
|
require_relative 'assert_parse_files.rb'
|
||
|
class TestRipper::Generic
|
||
|
%w[sample].each do |dir|
|
||
|
define_method("test_parse_files:#{dir}") do
|
||
|
assert_parse_files(dir)
|
||
|
end
|
||
|
end
|
||
|
end
|