We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb51ef commit 8c17b4eCopy full SHA for 8c17b4e
Changelog.md
@@ -8,6 +8,11 @@ Enhancements:
8
* Verify ActiveJob arguments by comparing to the method signature. (Oli Peate, #2745)
9
* Add suggestion to rails_helper.rb to skip when not in test most. (Glauco Custódio, #2751)
10
11
+Bug Fixes:
12
+
13
+* Prevent `have_http_status` matcher raising an error when encountering a raw `Rack::MockResponse`.
14
+ (Christophe Bliard, #2771)
15
16
### 6.1.3 / 2024-06-19
17
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.1.2...v6.1.3)
18
0 commit comments