Skip to content

Commit f25b87b

Browse files
author
Sam Phippen
committed
Release RSpec Rails 3.5.0.beta1
1 parent afba825 commit f25b87b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Changelog.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
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)
36

47
Enhancements:
58

69
* Add a `---singularize` option for the feature spec generator (Felicity McCabe,
710
#1503)
811
* Prevent leaking TestUnit methods in Rails 4+ (Fernando Seror Garcia, #1512)
12+
* Add support for Rails 5 (Sam Phippen, #1492)
913

1014
Bug fixes:
1115

lib/rspec/rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module Rails
33
# Version information for RSpec Rails.
44
module Version
55
# Current version of RSpec Rails, in semantic versioning format.
6-
STRING = '3.5.0.pre'
6+
STRING = '3.5.0.beta1'
77
end
88
end
99
end

0 commit comments

Comments
 (0)