Skip to content

Commit

Permalink
Fix specs after adding check for file type
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonin committed Feb 9, 2018
1 parent ca5cdb4 commit c0fcb12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/lib/evm_database_ops_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
allow_any_instance_of(MiqSmbSession).to receive(:settings_mount_point).and_return(Rails.root.join("tmp"))
allow(PostgresAdmin).to receive(:runcmd_with_logging)
allow(PostgresAdmin).to receive(:pg_dump_file?).and_return(true)
allow(PostgresAdmin).to receive(:base_backup_file?).and_return(false)
end

it "from local backup" do
Expand Down

0 comments on commit c0fcb12

Please sign in to comment.