Remove multibyte char from Remote::FS spec
This commit is contained in:
parent
c281687bfb
commit
868c502531
@ -66,7 +66,7 @@ module Producer::Core
|
|||||||
|
|
||||||
context 'when querying the path raises a Net::SFTP::StatusException' do
|
context 'when querying the path raises a Net::SFTP::StatusException' do
|
||||||
before do
|
before do
|
||||||
response = double('response', code: '42', message: '…')
|
response = double('response', code: '42', message: 'some message')
|
||||||
ex = Net::SFTP::StatusException.new(response)
|
ex = Net::SFTP::StatusException.new(response)
|
||||||
allow(stat).to receive(:file?).and_raise(ex)
|
allow(stat).to receive(:file?).and_raise(ex)
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user