aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/formula.rb')
-rw-r--r--Library/Homebrew/formula.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index c0fb1d3e6..956056244 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -498,6 +498,10 @@ class Formula
def test
end
+ def test_fixtures(file)
+ HOMEBREW_LIBRARY.join("Homebrew", "test", "fixtures", file)
+ end
+
protected
# :startdoc: