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 0269ccd commit 2fd0780Copy full SHA for 2fd0780
Changelog.md
@@ -1,3 +1,10 @@
1
+### 3.0.1 / 2014-06-02
2
+[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.0.0...v3.0.1)
3
+
4
+Bug Fixes:
5
6
+* Fix missing require in `rails g rspec:install`. (Sam Phippen)
7
8
### 3.0.0 / 2014-06-01
9
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.0.0.rc1...v3.0.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 = '3.0.0'
+ STRING = '3.0.1'
end
0 commit comments