-
Check for unecessary stub_const (see rubocop/rubocop-rspec#423 (comment))
See #16 as well
-
This is the current [`ActivatedRouteStub`](https://github.com/UMM-CSci-3601/3601-iteration-template/blob/master/client/src/testing/activated-route-stub.ts) from [here](https://angular.io/guide/testing…
-
I cannot find support of building a test suite that merges all tests into a monolith that runs them all.
For that different setup/teardowns must coexist which seems unsupported.
We are using both ta…
-
Based on the nature of this library, we feel that integration tests would be a better fit than trying to unit test each small function in the `handler.js` file (read more: https://github.com/rosszurow…
-
Hi,
spec/acceptance/httpclient/httpclient_spec.rb[1:5:1:4:4] fails randomly with the following error:
```
1) HTTPClient when using async requests with WebMock when request stub declares that re…
-
If you surround something with square brackets in a comment, it creates a link to the defunct jbovlaste wiki, and if you click it, it just tells you to go away. We should just remove the square bracke…
durka updated
10 years ago
-
Hi,
My test file looks like this with some other tests stripped out for readability:
```
describe 'Cookbooks' do
describe 'TestRunner' do
include RR::Adapters::RRMethods
before(:each) d…
-
Things which could be improved after #3040 is in:
- [ ] Maybe offer an install dialog when a `.user.js` file is opened, [like Chromium](https://www.chromium.org/developers/design-documents/user-scr…
-
This is quite a nice feature in Mockito, which has a similar grammar to to UniversalMocker (not sure if that was intentional or not)
But essentially allowing me to return different values (or throw…
-
```
*What steps will reproduce the problem?*
1. Create a class implementing Comparable:
public abstract class BaseComparable implements Comparable {
private Integer value;
public…