aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/fixtures/receipt.json
diff options
context:
space:
mode:
authorVlad Shablinsky2016-07-27 17:44:16 +0300
committerXu Cheng2016-08-06 21:25:56 +0800
commit1114219384baf0948cabcce8752a4537896f7704 (patch)
tree4023eeb517cc6ec37f597e7a62f34a455ed87c6d /Library/Homebrew/test/fixtures/receipt.json
parent42bc623a277c4379255fc86ee59be77cf9c63392 (diff)
downloadbrew-1114219384baf0948cabcce8752a4537896f7704.tar.bz2
Add tests for Tab versions
Diffstat (limited to 'Library/Homebrew/test/fixtures/receipt.json')
-rw-r--r--Library/Homebrew/test/fixtures/receipt.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/Library/Homebrew/test/fixtures/receipt.json b/Library/Homebrew/test/fixtures/receipt.json
index d021dda3f..4a829788e 100644
--- a/Library/Homebrew/test/fixtures/receipt.json
+++ b/Library/Homebrew/test/fixtures/receipt.json
@@ -16,6 +16,11 @@
"source": {
"path": "/usr/local/Library/Taps/hombrew/homebrew-core/Formula/foo.rb",
"tap": "homebrew/core",
- "spec": "stable"
+ "spec": "stable",
+ "versions": {
+ "stable": "2.14",
+ "devel": "2.15",
+ "head": "HEAD-0000000"
+ }
}
}