diff options
author | Bryan McLellan <btm@opscode.com> | 2014-06-10 16:19:09 -0400 |
---|---|---|
committer | Bryan McLellan <btm@opscode.com> | 2014-06-10 16:20:37 -0400 |
commit | 5029c588c722e0bd61a7478e38d9ef6dbc0f1a00 (patch) | |
tree | 197293768b716974cfae08a39ddb370bc7ccc550 | |
parent | 74452e993f527d76f46b5fba33993cc477691146 (diff) | |
download | chef-5029c588c722e0bd61a7478e38d9ef6dbc0f1a00.tar.gz |
Remove super random failing test cruft from previous commit
-rw-r--r-- | spec/unit/provider/user/useradd_spec.rb | 7 |
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 |