diff --git a/spec/repo_spec.rb b/spec/repo_spec.rb index 4a609dd..fbf0df6 100644 --- a/spec/repo_spec.rb +++ b/spec/repo_spec.rb @@ -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