Fix coding standards in Remote::FS specs
This commit is contained in:
parent
96daed624f
commit
188ca2e08d
@ -34,7 +34,7 @@ module Producer::Core
|
|||||||
# FIXME: We rely a lot on mocking net-sftp heavily, while we already use a
|
# FIXME: We rely a lot on mocking net-sftp heavily, while we already use a
|
||||||
# part of net-ssh story helpers, which are more close to integration tests.
|
# part of net-ssh story helpers, which are more close to integration tests.
|
||||||
describe '#has_file?', :ssh do
|
describe '#has_file?', :ssh do
|
||||||
let(:file_path) { "some_file_path" }
|
let(:file_path) { 'some_file_path' }
|
||||||
let(:stat) { double 'stat' }
|
let(:stat) { double 'stat' }
|
||||||
|
|
||||||
before do
|
before do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user