-
I have some unusual failures when using this gem in rspec tests:
If I run rspec like this:
```
rspec spec/ -fd
Setlist pages
setlist#new
should be valid markup (FAILED - 9)
should have co…
-
One of the things that many RSpec users really love is clean output. At the moment, we don't have a great story for enforcing this at a suite level. I propose that we add a configuration option that m…
-
Finished in 1.05 seconds
24 examples, 4 failures, 1 pending
Failed examples:
rspec ./spec/features/user_profile_spec.rb:54 # Viewing user profile page clicking add task link should create a task for…
-
This issue occurred while running rspec.
$ rspec
An error occurred while loading ./spec/recipes_app_spec.rb.
Failure/Error: Capybara.default_driver = :poltergeist
NameError:
uninitialized…
-
https://github.com/rspec/rspec-core#shared-examples-and-contexts
-
Hei!
I'm having some trouble with the pattern option here: https://github.com/decidim/decidim/pull/1321. I'm including a list of two patterns, where one is a single path and the other one is a glob…
-
When trying to use `skip` or `pending` inside of examples, the examples do not function as expected. `skip` results in the call being ignored and the test appearing that it has passed and `pending` th…
-
- https://github.com/rspec/rspec-core/pull/2094
``` ruby
RSpec.configure do |config|
config.on_example_group_definition do |example_group|
example_group.examples.first.metadata[:new_key] = :new…
-
Hi, I've just cloned the repository to try to run the tests with `bundle exec rspec`, but I'm getting errors:
```bash
An error occurred while loading ./spec/server_spec.rb. - Did you mean?
…
-
### Subject of the issue
When delegating using `**kwargs`, the spec fails when passed no keyword arguments in 2.7 (no issues with 3.0).
### Your environment
* Ruby version: 2.7
* rspec-mocks v…