Skip to content

Commit

Permalink
Remove unused fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed May 15, 2017
1 parent ec304d3 commit 25dc68e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 45 deletions.
3 changes: 1 addition & 2 deletions test/AutoinstGeneral_test.rb
Expand Up @@ -28,8 +28,7 @@
subject.Import(profile)

expect(Yast::SCR).to receive(:Execute).with(
path(".target.bash"),
"/usr/sbin/ntpdate -b #{Yast::AutoinstGeneral.mode["ntp_sync_time_before_installation"]}"
path(".target.bash"), "/usr/sbin/ntpdate -b ntp.suse.de"
).and_return(0)

expect(Yast::SCR).to receive(:Execute).with(path(".target.bash"), "/sbin/hwclock --systohc")
Expand Down
22 changes: 0 additions & 22 deletions test/fixtures/profiles/general_with_time_sync.xml

This file was deleted.

21 changes: 0 additions & 21 deletions test/fixtures/profiles/general_without_time_sync.xml

This file was deleted.

0 comments on commit 25dc68e

Please sign in to comment.