aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/emoji_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/emoji_spec.rb b/Library/Homebrew/test/emoji_spec.rb
index f901ee372..d6341968e 100644
--- a/Library/Homebrew/test/emoji_spec.rb
+++ b/Library/Homebrew/test/emoji_spec.rb
@@ -9,7 +9,7 @@ describe Emoji do
ENV.delete("HOMEBREW_INSTALL_BADGE")
end
- it "returns 🍺 by default" do
+ it "returns 🍺 by default" do
expect(subject).to eq "🍺"
end