-
When you run `bundle exec rspec` on [this repo](https://github.com/HerbCSO/simplecov-duplicate-report) (that is the most minimal test case I can come up with), there will be two SimpleCov reports gene…
-
Discussed at OpenJS collaborators summit.
We want "Flexible output streams" -- where a user can choose one or more streams for any given reporter.
The first step is to propose a reasonable user…
-
This is an idea proposed by @bronzdoc:
> What if we have 12 shitlist.json files because the CI service is running 12 different containers?
>
> It would be great if we can have a sort of "merge…
-
-
Right now these are just some loose ideas of what the gem should handle
- It should set the name of the job running on Sauce (see: `Sauce.config do |c| c[:name] = 'Foo' end`)
- It should be really eas…
-
Hi,
We are having a bunch of weird warnings when running the tests with RSpec.
We have set the following environment variables with tests values:
```
export SALESFORCE_USERNAME=...
export…
-
### Scenario
When a user visits the new paper page
Then the page should render
### Hints
A paper management system manages papers in addition to authors.
Papers should have a 'title' and a 'venue' st…
-
Should I extend this module to support types::yumrepo or is there another module that already has this functionality?
-
The latest release is throwing syntax errors
```
/usr/local/share/gems/gems/vault-0.14.0/lib/vault/api.rb:12:in `require_relative': /usr/local/share/gems/gems/vault-0.14.0/lib/vault/api/transform.…
-
I am using spork and including ResqueSpec.reset! in Spork.each_run block
```
Spork.each_run do
require 'resque_spec'
ResqueSpec.reset!
end
```
However in the rspec tests, i am still getting fail…