fix typo
This commit is contained in:
parent
99f42146c0
commit
6eb7aa6d4d
@ -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": {
|
||||||
|
|||||||
@ -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]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user