summaryrefslogtreecommitdiff
path: root/test/ripper/test_files_test_2.rb
blob: 24e935e71ebab500db0528cb15b3c24252675078 (plain)
1
2
3
4
5
6
7
8
9
require_relative 'assert_parse_files.rb'
class TestRipper::Generic
  Dir["#{SRCDIR}/test/[o-z]*/"].each do |dir|
    dir = dir[(SRCDIR.length+1)..-2]
    define_method("test_parse_files:#{dir}") do
      assert_parse_files(dir)
    end
  end
end
uby/ostruct] Fix dup/cloneMarc-Andre Lafortune 2020-09-14[ruby/ostruct] method_missing is privateMarc-Andre Lafortune 2019-07-27Update to ruby/spec@875a09eBenoit Daloze 2019-05-10Do not access the internal memberNobuyoshi Nakada 2019-04-14OpenStruct: improve error message when passing wrong number of arguments.marcandre 2019-02-07Update to ruby/spec@6cf8ebeeregon 2019-01-20Update to ruby/spec@35a9fbaeregon 2018-12-22ostruct.rb: Accept block for to_h [#15451].marcandre 2018-03-04Update to ruby/spec@c1b568beregon 2017-09-20Move spec/rubyspec to spec/ruby for consistencyeregon