File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/controllers/application_controller Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -349,7 +349,7 @@ def syncvms
349349 # Refresh the power states for selected or single VMs
350350 def refreshvms ( privilege = DEFAULT_PRIVILEGE )
351351 if privilege == DEFAULT_PRIVILEGE
352- ActiveSupport ::Deprecation . warn ( <<-MSG . strip_heredoc )
352+ Vmdb ::Deprecation . warn ( <<-MSG . strip_heredoc , caller_locations [ 1 ..- 1 ] )
353353 Please pass the privilege you want to check for when refreshing
354354 MSG
355355 privilege = params [ :pressed ]
Original file line number Diff line number Diff line change 3232Dir [ ManageIQ ::UI ::Classic ::Engine . root . join ( 'spec/shared/**/*.rb' ) ] . each { |f | require f }
3333
3434RSpec . configure do |config |
35- config . fixture_path = Rails . root . join ( "spec/fixtures" )
35+ config . fixture_paths = [ Rails . root . join ( "spec/fixtures" ) ]
3636 config . use_transactional_fixtures = true
3737 config . use_instantiated_fixtures = false
3838
You can’t perform that action at this time.
0 commit comments