Skip to content

Commit

Permalink
fixed testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Jun 28, 2023
1 parent 056200f commit a9ea111
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/cfa/systemd_boot_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,11 @@
described_class.new(file_handler: file_handler)
end
end

describe "#menue_timeout" do
it "returns the timeout value" do
expect(subject.menue_timeout).to eq("10")
end
end

end

0 comments on commit a9ea111

Please sign in to comment.