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 8c870d6 commit ebf6a53Copy full SHA for ebf6a53
Changelog.md
@@ -1,6 +1,9 @@
1
### Development
2
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v7.0.0...main)
3
4
+### 7.0.0 / 2024-09-02
5
+[Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.1.5...v7.0.0)
6
+
7
Enhancements:
8
9
* Change default driver for system specs on Rails 7.2 to match its default.
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 = '7.0.0.pre'
+ STRING = '7.1.0.pre'
end
0 commit comments