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 ad43fd6 commit 2c1e556Copy full SHA for 2c1e556
spec/spec_helper.rb
@@ -32,7 +32,7 @@
32
Dir[ManageIQ::UI::Classic::Engine.root.join('spec/shared/**/*.rb')].each { |f| require f }
33
34
RSpec.configure do |config|
35
- config.fixture_path = Rails.root.join("spec/fixtures")
+ config.fixture_paths = [Rails.root.join("spec/fixtures")]
36
config.use_transactional_fixtures = true
37
config.use_instantiated_fixtures = false
38
0 commit comments