Skip to content

Commit

Permalink
Fixing a typo in test description
Browse files Browse the repository at this point in the history
  • Loading branch information
kobliha committed Dec 6, 2013
1 parent 1a722af commit ed916cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fadump_test.rb
Expand Up @@ -26,7 +26,7 @@
expect(Yast::Kdump.use_fadump(false)).to be_true
end

it "returns false it's not supported on this architecture" do
it "returns false if it's not supported on this architecture" do
Yast::Kdump.stub(:fadump_supported?).and_return(false)
expect(Yast::Kdump.use_fadump(true)).to be_false
end
Expand Down

0 comments on commit ed916cb

Please sign in to comment.