aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/aspell.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/aspell.rb b/Library/Formula/aspell.rb
index 6dccfb44c..c859a706c 100644
--- a/Library/Formula/aspell.rb
+++ b/Library/Formula/aspell.rb
@@ -681,6 +681,11 @@ class Aspell < Formula
end
end
end
+
+ test do
+ assert_equal shell_output("echo \"misspell worrd\" | #{bin}/aspell list -d en_US").strip,
+ "worrd"
+ end
end
__END__