Skip to content

Commit 0269ccd

Browse files
committed
Merge pull request #1058 from rspec/fix-rails-for-3.0.0
Add necessary requires to run the project initializer
2 parents 0a57752 + ec18105 commit 0269ccd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/generators/rspec/install/install_generator.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require "rspec/support"
2+
require "rspec/core"
13
RSpec::Support.require_rspec_core "project_initializer"
24

35
module Rspec

0 commit comments

Comments
 (0)