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.
2 parents f4bf5ed + d40216e commit caf9d62Copy full SHA for caf9d62
Changelog.md
@@ -1,3 +1,10 @@
1
+### Development
2
+
3
+Bug Fixes:
4
5
+* Add missing `require` to RSpec generator root fixing an issue where Rail's
6
+ autoload does not find it in some environments. (Aaron Kromer, #1305)
7
8
### 3.2.0 / 2015-02-03
9
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.1.0...v3.2.0)
10
lib/generators/rspec.rb
@@ -1,4 +1,5 @@
require 'rails/generators/named_base'
+require 'rspec/rails/feature_check'
# Weirdly named generators namespace (should be `RSpec`) for compatability with
# rails loading.
0 commit comments