-
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: https://relishapp.com/rspec/…
-
The wrapper class here is a quick example of the behavior. While the example does not use the `timeout` library methods it is present in a larger project I am currently working on.
Given this yaml …
-
Whilst it seems to load the shared examples fine on the first pass, subsequent runs it completely loses track of for some reason and throws a big exception stack ala :
> stty: stdin isn't a terminal
…
-
This might be a matter of personal preference but `shared_examples("public access to contacts") do` looks a little odd for me. I feel no ( ) style is more popular:
E.g.
- https://www.relishapp.com/rs…
-
``` bash
~/Projects/jpmobile
(ρ _-)ノ rake test …
-
Hi,
I'm looking for examples of view tests with rspec-rails. I'm currently replicating the example code here: https://relishapp.com/rspec/rspec-rails/v/3-3/docs/view-specs/view-spec but my tests stil…
-
Hello there,
I am doing some smoke testing and I use rspec-steps with capybara and poltergeist.
When running the tests I found out that automatic screenshot feature only works for the first step defi…
-
When the unit tests for the jobs were written, rspec didn't have support for ActiveJob. Now it has: check [here](https://relishapp.com/rspec/rspec-rails/v/3-5/docs/matchers/have-been-enqueued-matcher)…
-
Failure/Error occurs when magic comment of test code is set to CP932 in rspec-core-3.7.1, and Encoding::CompatibilityError occurs if the error content contains Japanese.
If you change the magic com…
-
### Check for existing issues
- [X] Completed
### Describe the feature
When opening file pallete or command pallete it would be nice to be able to shoot to a certain line by typing colon . I dont…