Skip to content

Commit

Permalink
Example pull request. This PR should decrease coverage by 20%.
Browse files Browse the repository at this point in the history
  • Loading branch information
afinetooth committed Oct 12, 2020
1 parent 66a1787 commit 6edae2c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spec/class_one_spec.rb
Expand Up @@ -10,9 +10,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 6edae2c

Please sign in to comment.