Skip to content

Commit

Permalink
fix build of packge
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger authored and joseivanlopez committed Dec 11, 2018
1 parent 1b49db5 commit 30c9d16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/nfs_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ def mock_entries

# Prevent further reprobing
allow(sm).to receive(:probe).and_return true

# prevent storage-commit
allow(subject).to receive(:write_fstab)
end

describe ".Import" do
Expand Down

0 comments on commit 30c9d16

Please sign in to comment.