Skip to content

Commit acb255c

Browse files
committed
Fix rspec#2675 - wip
1 parent c76c1e6 commit acb255c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/rspec/rails/configuration.rb

+5
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ def self.initialize_configuration(config) # rubocop:disable Metrics/MethodLength
9393
# Add support for fixture_path on fixture_file_upload
9494
config.include RSpec::Rails::FixtureFileUploadSupport
9595

96+
config.before(:suite) do |run|
97+
Rake.application.rake_require('rspec/rails/tasks/rspec')
98+
Rake::Task["spec:prepare"].invoke
99+
end
100+
96101
# This allows us to expose `render_views` as a config option even though it
97102
# breaks the convention of other options by using `render_views` as a
98103
# command (i.e. `render_views = true`), where it would normally be used

0 commit comments

Comments
 (0)