rspec-core
rspec-core copied to clipboard
RSpec runner and formatters
I encountered an oddly failing test suite this morning, so I fired up `rspec bisect` and went to get breakfast once it started running. When I came back, this was...
Howdy! 👋 I maintain [rspec_junit_formatter](http://github.com/sj26/rspec_junit_formatter). It presents results in a junit xml file so that services like Jenkins can consume test results and display them richly in HTML. Currently it...
Currently: - [ ] `features/expectation_framework_integration/configure_expectation_framework.feature:76` does not pass as expected.
Would be really nice if [this](https://github.com/rspec/rspec-core/blob/2a85e718b3638c4ccf14298734377b4f4d3c9882/lib/rspec/core/invocations.rb#L59) list of versions to print was open for libs to add to it. Here's my summarized version, if you don't want to look it...
In a project of mine I'm seeing a flickering test, which is very hard to reproduce. I would be super handy to have access to some expended test metadata, like:...
I'm doing the following hack to do this in our repository. - http://blog.sorah.jp/2012/12/17/rspec-warn-for-no-expectations - https://gist.github.com/4315150 I want to introduce this to rspec-core, but I can't decide which repository (rspec-{mocks,expectations, etc})...
When an example group location is specified from CLI, apply filtering on nested examples and groups
This is a follow up to #779 (as well as #1474, the partial fix that was put in place to address #779). Currently, examples that match a location filter (e.g....
See #741 and #520 for some of the prior discussions of this.
Hi, One thing I miss from minitest is if I have a slow test suite, and there is a failure, I can hit Ctrl-T to send a SIGINFO and it...
I just realized that it's hard to quickly find docs on what I need at any given moment. Even if the documentation is nice, many unrelated categories are clumped together:...