remove test
This commit is contained in:
parent
a1748605ab
commit
6238a0779d
@ -182,14 +182,6 @@ describe "globally-scoped helper methods" do
|
|||||||
expect(which_editor).to eq("vemate -w")
|
expect(which_editor).to eq("vemate -w")
|
||||||
end
|
end
|
||||||
|
|
||||||
specify "#capture_stderr" do
|
|
||||||
err = capture_stderr do
|
|
||||||
$stderr.print "test"
|
|
||||||
end
|
|
||||||
|
|
||||||
expect(err).to eq("test")
|
|
||||||
end
|
|
||||||
|
|
||||||
describe "#pretty_duration" do
|
describe "#pretty_duration" do
|
||||||
it "converts seconds to a human-readable string" do
|
it "converts seconds to a human-readable string" do
|
||||||
expect(pretty_duration(1)).to eq("1 second")
|
expect(pretty_duration(1)).to eq("1 second")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user