Skip to content

Commit

Permalink
Merge pull request #45 from tmr08c/patch-1
Browse files Browse the repository at this point in the history
Fix typo in repo_spec.rb
  • Loading branch information
jerodsanto authored Apr 2, 2024
2 parents 055c3fa + 3ace97c commit 67a1bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/repo_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
end
end

it "is true when descripton has short contents" do
it "is true when description has short contents" do
repo.description = "ohai"
expect(repo.description_too_short?).to be true
end
Expand Down

0 comments on commit 67a1bd0

Please sign in to comment.