-
# Testing with RSpec book May 2024 status report | Everyday Rails
How it started, how it's going, what I've learned, and a revised delivery timeline for book updates.
[https://everydayrails.com/2024…
-
Hi, i am new to rails and i would like to learn more about Rspec that's why i purchased this book.
Ufortunatelly i didn't get to far as i got stuck in the first chapter; i am trying to follow along …
-
### Why ?
We need a test framework right away. This way, rails will generate the different files correctly. I'd rather like Rspec as its syntax is more readable and the tests look good.
### Must…
-
Hi!
When using guard-jruby-rspec for model testing, everything works as expected - when saving a file, tests are run.
But there's an issue w/ capybara/rspec integration tests - You can only run the t…
-
## Description
I have `binding.irb` in a ruby file of my Rails 7.2 app.
I run a RSpec test, enter the binding session, hit `n` (alias of `next` as per my `.irbrc` file) and get the following err…
-
I'd be interested in running this gem with SQLite3 instead of PG. Backing up the database in a single file would be so very interesting!
I tried setting up Appraisal (and removing MySQL and MSSQL a…
-
-
Oracle enhanced adapter needs to support https://github.com/rails/rails/pull/44591 which has eight commits. https://github.com/rails/rails/commit/deec3004d8d85443dc4f3f5fd22ab86b10adb58b triggers uni…
-
Right now we have an implicit expectation that the Rails environment is loaded before `require 'rspec/rails'` is called. Many rspec-rails projects have custom setups to support more isolated testing. …
-
When including guard-rspec and launching rails console the warning above shows up.
If of any help I've added rspec to test group and it generated the same message. I have rspec-rails in there and i…