Skip to content

Commit

Permalink
another test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jun 30, 2014
1 parent 41a3a72 commit 8a73ca2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/update_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ def default_SetDesktopPattern_stubs
allow(::File).to receive(:write)
allow(::FileUtils).to receive(:chmod)
allow(::File).to receive(:exist?).and_return(true)
expect(Yast::SCR).to receive(:Execute).with(Yast::Path.new(".target.bash_output"), /^tar /).
and_return({"exit" => 0})
end

it "create tarball including given name with all paths added" do
Expand Down

0 comments on commit 8a73ca2

Please sign in to comment.