Fix typo in Remote::FS spec
This commit is contained in:
parent
48a9da9365
commit
850bad2ba8
@ -6,7 +6,7 @@ module Producer::Core
|
|||||||
let(:remote) { Remote.new('some_host.example') }
|
let(:remote) { Remote.new('some_host.example') }
|
||||||
subject(:fs) { FS.new(remote) }
|
subject(:fs) { FS.new(remote) }
|
||||||
|
|
||||||
describe '#new' do
|
describe '#initialize' do
|
||||||
it 'assigns the remote given as argument' do
|
it 'assigns the remote given as argument' do
|
||||||
expect(fs.remote).to be remote
|
expect(fs.remote).to be remote
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user