Brian split out all the libraries to over 100 separate rubysl-* gems and the tests are in each one. So you need to retrieve tests from the appropriate gem to run specs now. They are no longer part of rubyspec.
-Tom On Fri, Jul 18, 2014 at 5:14 AM, Uwe Kubosch <u...@kubosch.no> wrote: > Hi all! > > I am trying to look at https://github.com/jruby/jruby/issues/1824 , and > as we should, I started by ensuring we had green tests and then to locate > the tests for YAML.load_file. > > I was unable to get green tests, but that is another story. > > I found “test/jruby/test_yaml.rb” that was not included in > “test/jruby.index” and has not been run for a while, and it failed as > expected of stale tests. > > Then I thought that this should be covered by RubySpec, and I started > looking in the rubyspec/rubyspec GitHub repository. I can find good tests > for yaml in the “1.x” branch of ruby spec in > https://github.com/rubyspec/rubyspec/blob/1.x/library/yaml/load_file_spec.rb > , but the top level “library” directory is gone from rubyspec master. > > Anyone know where it has gone? > > I guess that is the reason this has not been tested on JRuby master, right? > > Any help or information is appreciated. > > -- > Uwe Kubosch > u...@kubosch.no > http://kubosch.no/ > > > > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > -- blog: http://blog.enebo.com twitter: tom_enebo mail: tom.en...@gmail.com