This commit is contained in:
Joshua Morten 2016-12-13 15:40:31 -08:00
parent 99f42146c0
commit 6eb7aa6d4d
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
} }
], ],
"source": { "source": {
"path": "/usr/local/Library/Taps/hombrew/homebrew-core/Formula/foo.rb", "path": "/usr/local/Library/Taps/homebrew/homebrew-core/Formula/foo.rb",
"tap": "homebrew/core", "tap": "homebrew/core",
"spec": "stable", "spec": "stable",
"versions": { "versions": {

View File

@ -105,7 +105,7 @@ class TabTests < Homebrew::TestCase
def test_from_file def test_from_file
path = Pathname.new("#{TEST_FIXTURE_DIR}/receipt.json") path = Pathname.new("#{TEST_FIXTURE_DIR}/receipt.json")
tab = Tab.from_file(path) 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" }] runtime_dependencies = [{ "full_name" => "foo", "version" => "1.0" }]
changed_files = %w[INSTALL_RECEIPT.json bin/foo] changed_files = %w[INSTALL_RECEIPT.json bin/foo]