aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_dependency_collector.rb
AgeCommit message (Expand)Author
2014-11-21Fix dependency equalityJack Nagel
2014-08-30Fix tests on 1.8Jack Nagel
2014-07-15No need to set the URL for dependency testJack Nagel
2014-07-15Eagerly set the download strategyJack Nagel
2014-07-03Replace ComparableSet with a Requirements collectionJack Nagel
2014-07-02Don't expose the dependency cache data structureJack Nagel
2014-07-01X11Dependency: use Version objectsJack Nagel
2014-06-18Use assert_includesJack Nagel
2014-06-18Use assert_predicateJack Nagel
2014-06-18Use a custom test class so we can avoid monkeypatchingJack Nagel
2014-06-12Use example.com as domain in testsJack Nagel
2014-06-10Use external interface in testsJack Nagel
2014-04-03Remove special behavior of autotools symbol depsJack Nagel
2014-03-09Clear dependency cache after each testJack Nagel
2014-03-05Remove special X11 proxy depsJack Nagel
2013-09-28Infer dependencies from download strategies and URLsJack Nagel
2013-09-13Stop mutating dependency specificationsJack Nagel
2013-06-15Avoid unnecessary float to string conversionJack Nagel
2013-06-08Add :ld64 dependencyMisty De Meo
2013-05-06Reduce allocations in dependency constructionJack Nagel
2013-05-06TypeError is appropriate hereJack Nagel
2013-04-02Don't use "assert_not_nil"Jack Nagel
2013-04-02Split out and fix LanguageModuleDependency testsJack Nagel
2013-02-10Add :libltdl dep for libtool's libltdlJack Nagel
2013-02-10Shrink DependencyCollector#parse_symbol_spec and add testsJack Nagel
2013-02-08LanguageModuleDependency: foward args to superclass initalizerJack Nagel
2013-01-28DependencyCollector: return created dep from #addJack Nagel
2013-01-26Split dependency classes into separate filesJack Nagel
2013-01-26FormulaInstaller: allow formulae to pass options to depsJack Nagel
2013-01-13Split up dependency test coverageJack Nagel