Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5cfc8bd

Browse files
authoredJul 16, 2024··
Merge pull request #35 from afinetooth/feat/raise-coverage-0003
Uncomment test to raise coverage.
2 parents 7f1545a + 4cb376c commit 5cfc8bd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎spec/class_one_spec.rb

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
end
1111

1212
# Uncomment below to achieve 100% coverage
13-
# describe "uncovered" do
14-
# it "returns 'uncovered'" do
15-
# expect(ClassOne.uncovered).to eql("uncovered")
16-
# end
17-
# end
13+
describe "uncovered" do
14+
it "returns 'uncovered'" do
15+
expect(ClassOne.uncovered).to eql("uncovered")
16+
end
17+
end
1818
end

0 commit comments

Comments
 (0)
Please sign in to comment.