-
I've been noticing that our rspec-core test suite feels _a lot_ more sluggish than it used to, even if I exclude all the spec tagged `:slow` (which I'm not particularly concerned about...I'm concerned…
-
JRuby:
```
Script coverage disabled: unknown event: script_compiled
An error occurred while loading ./spec/rspec/memory_spec.rb.
Failure/Error: SLOT_SIZE = ObjectSpace.memsize_of(Object.new)
…
-
I am evaluating Buildkite as a replacement for our CI and I came across this repository. We currently use https://github.com/grosser/parallel_tests to split our rspec suite by runtime.
If we were …
-
When RSpec outputs index format (`rspec ./test_spec[1:1]`) it is not parseable by humans or non-rspec computers. This affects things like vim plugins that automatically jump you to the failing test.
…
-
new error with rubocop-rspec 1.12:
```
spec/acceptance/selinux_permissive_spec.rb:9:5: C: RSpec/BeforeAfterAll: Beware of using before/after(:all) as it may cause state to leak between tests. If y…
-
## Describe the Bug
The `BoltSpec::BoltContext.in_bolt_context` helper added in commit 7aad50e aims to enable testing of functions that use the built-in bolt datatypes. However, the testcase and ex…
-
### Subject of the issue
When using an `instance_double` of a class that defines an instance method that takes keyword arguments, then using `allow` or `expect` to stub that method in the verifying d…
-
My test application with rspec tests: https://github.com/morr/apipie-rspec-test
Controller: https://github.com/morr/apipie-rspec-test/blob/master/app/controllers/api/v1/users_controller.rb
Rspec tes…
morr updated
10 years ago
-
happens with both `spring rspec` and `./bin/rspec`
happens with both released gem and current master branch aebd5d87c07a4f0f0d025aa25129cc3cb6d54c71
```
# spring rspec spec/models/app_spec.rb
Run o…
-
/usr/bin/ruby1.8 -I/usr/lib/ruby/vendor_ruby /usr/lib/ruby/vendor_ruby/gem2deb/test_runner.rb
Running tests for ruby1.8 using debian/ruby-tests.rake ...
/usr/bin/ruby1.8 -S rspec ./spec/rspec_fail_exa…
pravi updated
11 years ago