We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c76c1e6 commit acb255cCopy full SHA for acb255c
lib/rspec/rails/configuration.rb
@@ -93,6 +93,11 @@ def self.initialize_configuration(config) # rubocop:disable Metrics/MethodLength
93
# Add support for fixture_path on fixture_file_upload
94
config.include RSpec::Rails::FixtureFileUploadSupport
95
96
+ config.before(:suite) do |run|
97
+ Rake.application.rake_require('rspec/rails/tasks/rspec')
98
+ Rake::Task["spec:prepare"].invoke
99
+ end
100
+
101
# This allows us to expose `render_views` as a config option even though it
102
# breaks the convention of other options by using `render_views` as a
103
# command (i.e. `render_views = true`), where it would normally be used
0 commit comments