File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
- ### 3.5.0 Development
2
- [ Full Changelog] ( http://github.com/rspec/rspec-rails/compare/v3.4.2...master )
1
+ ### 3.5.0.development
2
+ [ Full Changelog] ( http://github.com/rspec/rspec-rails/compare/v3.4.2...v3.5.0.beta1 )
3
+
4
+ ### 3.5.0.beta1 2016-02-06
5
+ [ Full Changelog] ( http://github.com/rspec/rspec-rails/compare/v3.4.2...v3.5.0.beta1 )
3
6
4
7
Enhancements:
5
8
6
9
* Add a ` ---singularize ` option for the feature spec generator (Felicity McCabe,
7
10
#1503 )
8
11
* Prevent leaking TestUnit methods in Rails 4+ (Fernando Seror Garcia, #1512 )
12
+ * Add support for Rails 5 (Sam Phippen, #1492 )
9
13
10
14
Bug fixes:
11
15
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module Rails
3
3
# Version information for RSpec Rails.
4
4
module Version
5
5
# Current version of RSpec Rails, in semantic versioning format.
6
- STRING = '3.5.0.pre '
6
+ STRING = '3.5.0.beta1 '
7
7
end
8
8
end
9
9
end
You can’t perform that action at this time.
0 commit comments