-
@dwbutler @rstacruz
thoughts on merging with `rspec-repeat`? I think `rspec-retry` has better SEO / name recognition but `rspec-repeat` has a cleaner codebase. From that perspective: Would be happy …
-
The GitHub actions do not appear to be flagging failing rpsec tests correctly. The rspec tests are failing under the `Run unit tests without extensions`, and you can see it here (I just chose the late…
-
My gems-
```
mongoid (3.0.0.rc)
spork (1.0.0rc3)
rspec-rails (2.11.0)
```
The documentation at https://github.com/sporkrb/spork/wiki/Spork.trap_method-Jujitsu does not work for me. The following is…
-
Take this test for example:
``` ruby
describe 'nagios::contact::noop' do
let(:facts) { {'operatingsystem' => 'ubuntu'} }
it 'configures a contact that does nothing' do
should contain_nagios__…
-
I'm having trouble running rspec.. I have folder
- app
- controllers
- api
- v1
- timeline_posts_controller.rb
....
#### folder rpsec:
- spec
- controller
…
-
| Title | Author | Date |
| --- | --- | --- |
| Ruby OOP Lesson Plan | Kevin | 25/11/2021 |
# Ruby OOP Lesson Plan
## Summary
Currently, we have [one huge lesson in the Ruby course](https:/…
-
- Create all tests for User model using Rpsec rails and capybara.
-
if the auto-grader is giving errors for your HW5 submission please drag and drop your zip file into a comment below
HusainJaffer, gpincheiraa, weiherj, nbartowski, siderio2 files result in this error…
-
I'm trying to use the `CIRecordHelper` when running my tests in parallel on circleci, but as far as I can tell all it does is raise this error.
https://github.com/Shopify/deprecation_toolkit/blob/…
-
### Inconsistent markdown use causing documentation to not highlight syntax
Let me start by saying I am transitioning one of my packages to RSpec and I have become a quick fan of this work! I am by n…