Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More coverage tests & specs. (#7171) | Samuel Williams | 2023-01-22 | 1 | -1/+7 |
| | | | | | * Add spec for eval and line coverage. * Add test for main file coverage. | ||||
* | * remove trailing spaces, append newline at EOF. [ci skip] | git | 2023-01-05 | 1 | -1/+1 |
| | |||||
* | Update to ruby/spec@9d69b95 | Benoit Daloze | 2023-01-05 | 1 | -0/+20 |
| | |||||
* | Add spec for `Coverage.supported?` and `start(eval: true)`. (#6499) | Samuel Williams | 2022-10-08 | 1 | -5/+25 |
| | | | * Don't emit coverage for eval when eval coverage is disabled. | ||||
* | Enable coverage for eval. | Samuel Williams | 2022-09-22 | 1 | -9/+25 |
| | |||||
* | Make Coverage suspendable (#4856) | Yusuke Endoh | 2021-10-25 | 1 | -5/+18 |
| | | | | | | | * Make Coverage suspendable Add `Coverage.suspend`, `Coverage.resume` and some methods. [Feature #18176] [ruby-core:105321] | ||||
* | Update to ruby/spec@9277d27 | Benoit Daloze | 2020-09-30 | 2 | -0/+25 |
| | |||||
* | Update to ruby/spec@4eec3dc | Benoit Daloze | 2019-11-30 | 1 | -2/+3 |
| | |||||
* | Update to ruby/spec@15c9619 | Benoit Daloze | 2019-04-27 | 3 | -20/+7 |
| | |||||
* | Update to ruby/spec@6f38a82 | eregon | 2018-04-28 | 1 | -52/+50 |
| | | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | ||||
* | Update to ruby/spec@c1b568b | eregon | 2018-03-04 | 3 | -3/+3 |
| | | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | ||||
* | Move spec/rubyspec to spec/ruby for consistency | eregon | 2017-09-20 | 7 | -0/+186 |
* Other ruby implementations use the spec/ruby directory. [Misc #13792] [ruby-core:82287] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |