-
Not sure where this is coming from, but after upgrading computers and ruby 2 rails 4, I am seeing a lot of extra output at the bottom of the test panel.
It used to stop with this at the bottom, color…
-
In http://rspec-puppet.com/documentation/coverage/#excluded-resources, it says:
> Resources declared outside of the module being tested (i.e. resources added by module dependencies) are automatically…
-
Might be related to https://github.com/guard/guard/issues/582
I'm on mac. When I save an (rspec) file, guard picks it up and runs the test just great.
If I hit ctrl+c from the guard command line, i…
-
README instructions under [Developer notes](https://github.com/samvera/questioning_authority#developer-notes) suggest to me I should be able to run tests locally with:
* fresh checkout
* bundle in…
-
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…
-
Hello, I noticed that since this commit https://github.com/rails/rails/commit/cdb283566c5d5251e2f7e663e655e57e8e10abbc which enforces lazy loading of routes in the upcoming rails 8 release, devise tes…
-
Hi Angus.
Thanks thanks for some wonderful input!
I've working on this plugin for a while - with a long break, but now i'm back on, hardly inspired of the custom-html example you provided.
It's…
-
This builds on https://github.com/shakacode/cypress-on-rails/issues/26, I suppose
Rails has built-in transactional fixtures, which should mean database cleaner is never needed: https://anti-pattern…
-
When I cancel a subscription for a user from the stripe dashboard
https://dashboard.stripe.com/test/customers -> some customer
the webhook is called ok. but i get this error
NameError - uninitialized…
-
I have the following rake task ([see gist w/ output](https://gist.github.com/abaird/d6c5fb7760f42fd7588b)) that incorporates ci-reporter-rspec. Whenever I run this with `bundle exec rake spec` I do no…