aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/tab_test.rb
diff options
context:
space:
mode:
authorJoshua Morten2016-12-13 15:40:31 -0800
committerJoshua Morten2016-12-13 15:40:31 -0800
commit6eb7aa6d4dfa22a1075274b226fc020ccee1e1d6 (patch)
tree7753f0e6ec5ac9c94de97202586b727af2642ec4 /Library/Homebrew/test/tab_test.rb
parent99f42146c06333f820f45ed1940c5487990e2b31 (diff)
downloadbrew-6eb7aa6d4dfa22a1075274b226fc020ccee1e1d6.tar.bz2
fix typo
Diffstat (limited to 'Library/Homebrew/test/tab_test.rb')
-rw-r--r--Library/Homebrew/test/tab_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/tab_test.rb b/Library/Homebrew/test/tab_test.rb
index ef653103c..5d83b5907 100644
--- a/Library/Homebrew/test/tab_test.rb
+++ b/Library/Homebrew/test/tab_test.rb
@@ -105,7 +105,7 @@ class TabTests < Homebrew::TestCase
def test_from_file
path = Pathname.new("#{TEST_FIXTURE_DIR}/receipt.json")
tab = Tab.from_file(path)
- source_path = "/usr/local/Library/Taps/hombrew/homebrew-core/Formula/foo.rb"
+ source_path = "/usr/local/Library/Taps/homebrew/homebrew-core/Formula/foo.rb"
runtime_dependencies = [{ "full_name" => "foo", "version" => "1.0" }]
changed_files = %w[INSTALL_RECEIPT.json bin/foo]