diff --git a/Formula/blazeblogger.rb b/Formula/blazeblogger.rb index efd7802670..7f76d844d3 100644 --- a/Formula/blazeblogger.rb +++ b/Formula/blazeblogger.rb @@ -24,7 +24,7 @@ class Blazeblogger < Formula system bin/"blaze", "init" system bin/"blaze", "config", "blog.title", "Homebrew!" system bin/"blaze", "make" - assert File.exist? "default.css" + assert_predicate testpath/"default.css", :exist? assert_match "Homebrew!", File.read(".blaze/config") end end