summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@opscode.com>2014-06-10 16:19:09 -0400
committerBryan McLellan <btm@opscode.com>2014-06-10 16:20:37 -0400
commit5029c588c722e0bd61a7478e38d9ef6dbc0f1a00 (patch)
tree197293768b716974cfae08a39ddb370bc7ccc550
parent74452e993f527d76f46b5fba33993cc477691146 (diff)
downloadchef-5029c588c722e0bd61a7478e38d9ef6dbc0f1a00.tar.gz
Remove super random failing test cruft from previous commit
-rw-r--r--spec/unit/provider/user/useradd_spec.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/unit/provider/user/useradd_spec.rb b/spec/unit/provider/user/useradd_spec.rb
index 681587ef4d..5862ee3716 100644
--- a/spec/unit/provider/user/useradd_spec.rb
+++ b/spec/unit/provider/user/useradd_spec.rb
@@ -37,11 +37,4 @@ describe Chef::Provider::User::Useradd do
}
include_examples "a useradd-based user provider", supported_useradd_options
-
- describe "manage_user" do
- it "should not run the command if universal_options is an empty array" do
- provider.stub!(:universal_options).and_return([])
- expect(provider.manage_user).not_to receive(:compile_command)
- end
- end
end