aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorMike McQuaid2016-09-07 20:08:51 +0100
committerMike McQuaid2016-09-08 20:46:55 +0100
commit9514d1f8f522057a336eb1c3c5a48fb4206ebd84 (patch)
treed4a6c05cf4f48549a4ab35983ac8ee124206a31b /Library/Homebrew/test
parent71881fd7a66227738a654d98f04647d412c11980 (diff)
downloadbrew-9514d1f8f522057a336eb1c3c5a48fb4206ebd84.tar.bz2
commands: developer not development commands.
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/test_commands.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/test/test_commands.rb b/Library/Homebrew/test/test_commands.rb
index 4a24107a9..88e35f416 100644
--- a/Library/Homebrew/test/test_commands.rb
+++ b/Library/Homebrew/test/test_commands.rb
@@ -29,8 +29,8 @@ class CommandsTests < Homebrew::TestCase
refute cmds.include?("rbdevcmd"), "Dev commands shouldn't be included"
end
- def test_internal_development_commands
- cmds = Homebrew.internal_development_commands
+ def test_internal_developer_commands
+ cmds = Homebrew.internal_developer_commands
assert cmds.include?("rbdevcmd"), "Ruby commands files should be recognized"
assert cmds.include?("shdevcmd"), "Shell commands files should be recognized"
refute cmds.include?("rbcmd"), "Non-dev commands shouldn't be included"