Skip to content

Commit

Permalink
add accidentally deletes test
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Mar 25, 2020
1 parent 8f200e6 commit cf6c78d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/nis_server_test.rb
Expand Up @@ -80,6 +80,12 @@
subject.SaveVariables(:master)
end

it "writes variables to /etc/sysconfig/ypserv" do
expect(Yast::SCR).to receive(:Write).with(path(".sysconfig.ypserv"), nil)

subject.SaveVariables(:master)
end

it "writes variables to /var/yp/Makefile" do
expect(Yast::SCR).to receive(:Write).with(path(".var.yp.makefile"), nil)

Expand Down

0 comments on commit cf6c78d

Please sign in to comment.