Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

recover from SMB failures [fix #293] #296

Merged
merged 1 commit into from
Mar 9, 2015
Merged

Conversation

e2
Copy link
Contributor

@e2 e2 commented Mar 9, 2015

No description provided.

@@ -86,6 +86,20 @@
end
end

context 'when network share is disconnected' do
before { allow(dir).to receive(:children) { fail Errno::EHOSTDOWN} }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Space missing inside }.

@e2 e2 force-pushed the fix_293_recover_from_smb_failure branch from 9451524 to b168916 Compare March 9, 2015 10:29
e2 added a commit that referenced this pull request Mar 9, 2015
@e2 e2 merged commit 547aba1 into master Mar 9, 2015
@e2 e2 deleted the fix_293_recover_from_smb_failure branch March 9, 2015 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants