We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c8d4c commit c100cf1Copy full SHA for c100cf1
Changelog.md
@@ -1,3 +1,10 @@
1
+### 4.1.1 / 2021-03-09
2
+
3
+Bug Fixes:
4
5
+* Remove generated specs when destroying a generated controller.
6
+ (@Naokimi, #2475)
7
8
### 4.1.0 / 2021-03-06
9
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.0.2...v4.1.0)
10
lib/rspec/rails/version.rb
@@ -3,7 +3,7 @@ module Rails
# Version information for RSpec Rails.
module Version
# Current version of RSpec Rails, in semantic versioning format.
- STRING = '4.1.0'
+ STRING = '4.1.1'
end
0 commit comments