-
Howdy! This is less of a bug and more of a question. I've been loving this gem as it solves some pains around a lot of the OAuth work I have been doing recently. Question is this: In system tests or c…
-
### Describe the problem as clearly as you can
I need to install a Ruby on Rails app on a server with no Internet. On my development machine I ran:
```
bin/bundle lock --add-platform x86_64-lin…
-
# Testing with RSpec book updates for July 2024 | Everyday Rails
Finally, here's the first release of my RSpec testing book, updated for the latest Rails stack!
[https://everydayrails.com/2024/07/21…
-
RSpec tests are easily getting bad.
I'm spending far more time than I planned on https://github.com/rubygems/rubygems/pull/8224.
Please check:
I have expanded the tests, you will see how compl…
-
Any tips/tricks/insight for how to write rspec tests that open websockets?
-
We should eventually start looking into writing some automated tests for this application. Right now, there aren't any.
Here's a potential place to start:
https://github.com/samvera/hyrax/wiki/Ad…
-
@nekikara
My big question is about RSpec. Should I be making tests? What kind of tests should I make? Can I see an example?
I wrote a small spec for question (in spec/models/question_spec.rb). I'll …
-
https://rspec.info/features/6-0/rspec-rails/request-specs/request-spec/
`RSpec.describe SomeClass, type: :request do`
a 'response' method is often referenced in these tests.
method_missing wi…
-
It would be nice to have some documentation on how to test with RSpec/Capybara. I'm spinning my wheels on a strange issue where a list of categories, whose titles are `bip` fields, do not show up on a…
-
I've been reading through rspec-rails documentation.
I found 2 interesting things that relate to the lobsters code base:
According to https://github.com/rspec/rspec-rails#request-specs
> Rail…