Fix typo in Remote::FS spec

This commit is contained in:
Thibault Jouan 2014-02-10 15:28:51 +00:00
parent 48a9da9365
commit 850bad2ba8

View File

@ -6,7 +6,7 @@ module Producer::Core
let(:remote) { Remote.new('some_host.example') }
subject(:fs) { FS.new(remote) }
describe '#new' do
describe '#initialize' do
it 'assigns the remote given as argument' do
expect(fs.remote).to be remote
end