Stop testing accessor type
This commit is contained in:
parent
728a7c6259
commit
1ee1e2ca3c
@ -171,9 +171,9 @@ class FormulaTests < Homebrew::TestCase
|
|||||||
assert_version_equal '0.1', f.version
|
assert_version_equal '0.1', f.version
|
||||||
assert_predicate f, :stable?
|
assert_predicate f, :stable?
|
||||||
|
|
||||||
assert_instance_of SoftwareSpec, f.stable
|
assert_version_equal "0.1", f.stable.version
|
||||||
assert_instance_of SoftwareSpec, f.devel
|
assert_version_equal "0.2", f.devel.version
|
||||||
assert_instance_of HeadSoftwareSpec, f.head
|
assert_version_equal "HEAD", f.head.version
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_path
|
def test_path
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user