diff options
| author | Jack Nagel | 2014-05-28 18:48:38 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-28 18:48:38 -0500 |
| commit | 2bd6daf65736facad4800a77aa8937cd6622cfe8 (patch) | |
| tree | 774e85f6929b492080964a42c690222642cc2d15 /Library/Homebrew/test/test_formula_install.rb | |
| parent | 51740accacf804faaa97c9d724eef01986ed67f2 (diff) | |
| download | homebrew-2bd6daf65736facad4800a77aa8937cd6622cfe8.tar.bz2 | |
Remove unused method and associated test fixtures
Diffstat (limited to 'Library/Homebrew/test/test_formula_install.rb')
| -rw-r--r-- | Library/Homebrew/test/test_formula_install.rb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Library/Homebrew/test/test_formula_install.rb b/Library/Homebrew/test/test_formula_install.rb index b3184fe8c..d8880c0eb 100644 --- a/Library/Homebrew/test/test_formula_install.rb +++ b/Library/Homebrew/test/test_formula_install.rb @@ -14,20 +14,6 @@ class TestScriptFileFormula < ScriptFileFormula end -class ConfigureTests < Test::Unit::TestCase - def teardown - HOMEBREW_CACHE.rmtree - end - - def test_detect_failed_configure - f = ConfigureFails.new - shutup { f.brew { f.install } } - rescue BuildError => e - assert e.was_running_configure? - end -end - - class InstallTests < Test::Unit::TestCase def teardown HOMEBREW_CACHE.rmtree |
