Skip to content

Commit

Permalink
Merge 1eacb9a into 0d3e30d
Browse files Browse the repository at this point in the history
  • Loading branch information
afinetooth committed Apr 12, 2021
2 parents 0d3e30d + 1eacb9a commit f9d8488
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 f9d8488

Please sign in to comment.