Skip to content

Commit

Permalink
Uncomment test to raise coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
afinetooth committed Feb 8, 2024
1 parent 78b611f commit fbcd28a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spec/class_one_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
end

# Uncomment below to achieve 100% coverage
# describe "uncovered" do
# it "returns 'uncovered'" do
# expect(ClassOne.uncovered).to eql("uncovered")
# end
# end
describe "uncovered" do
it "returns 'uncovered'" do
expect(ClassOne.uncovered).to eql("uncovered")
end
end
end

0 comments on commit fbcd28a

Please sign in to comment.