-
As mentioned in #24, the code in this gem is really hard to work with. I'm planning to refactor the gem to made the code more tractable, probably moving tests to RSpec in the process.
- [x] Transla…
-
We disable a few cops in `spec/unit/puppetx/filemapper_spec.rb`:
```
4 # rubocop:disable RSpec/InstanceVariable
5 # rubocop:disable RSpec/AnyInstance
6 # rubocop:disable RSpec/FilePath
7 # ru…
-
When i run my rspec tests with spork, every time i use capybara's save_and_open_page, spork is loosing the test suite.. or maybe doesnt output anything anymore...
See the log
``` ruby
# => witho…
-
make tests pass with rspec 2
http://github.com/rspec
-
Following the Rspec Guideline, we should use a named `subject` when possible, therefore I'm suggesting that we enable the `RSpec/NamedSubject` cop to enforce the use of a named `subject`.
Cop: http…
-
- Add support for testing (without needing to run the server?)
- Add support for E2E testing support (e.g. [Bruno](https://www.usebruno.com/), [Hurl](https://hurl.dev/), etc)
-
> Meta issue for all things Pact FFI interop with Pact-Ruby
## :memo: Background
One of the strengths of Pact is its [specification](https://github.com/pact-foundation/pact-specification), allow…
-
All tests in the `pending` status need to be clears and made active. Any pending tests should be fleshed out as needed.
JS: http://hk.hopto.org:35003/jasmine
rspec: `docker-compose run cmd rspec`
-
### Subject of the issue
I have flaky tests so in the process of creating a second test runner in CircleCI to run just the flaky tests, I've encountered this stack trace after using `--tag flaky` i…
-
Loving the tool! The only thing I want for is to be able to run them in parallel.
You mention in the README that `rspec_n` can run tests in parallel by using the -c option without showing an exampl…