aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorJack Nagel2013-09-14 10:16:52 -0500
committerJack Nagel2013-09-14 10:16:52 -0500
commita31fcb554c1c1ca247bf10073a8c2425afe19a82 (patch)
treee1d8bf067e8689b9bc55ce826ba0ded2b201376b /Library/Homebrew/test
parentf0da9c2457b98bfff57ecc38c5f96111134a9db5 (diff)
downloadbrew-a31fcb554c1c1ca247bf10073a8c2425afe19a82.tar.bz2
Move SoftwareSpec to a separate file
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/test_software_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_software_spec.rb b/Library/Homebrew/test/test_software_spec.rb
index 856bea611..9cc491a07 100644
--- a/Library/Homebrew/test/test_software_spec.rb
+++ b/Library/Homebrew/test/test_software_spec.rb
@@ -1,5 +1,5 @@
require 'testing_env'
-require 'formula_support'
+require 'software_spec'
require 'bottles'
class SoftwareSpecTests < Test::Unit::TestCase