summaryrefslogtreecommitdiff
path: root/spec/unit/provider/group_spec.rb
diff options
context:
space:
mode:
authorBryan McLellan <btm@opscode.com>2013-07-26 09:36:29 -0700
committerBryan McLellan <btm@opscode.com>2013-07-26 09:36:29 -0700
commit6dfed013a3c34b21b4417101d48cad3fa096844a (patch)
treeca24864cf39aad370c10275561b4d63cde0128bb /spec/unit/provider/group_spec.rb
parent0fa3386956e61aa87b2845c805d7ea9ad120a0bf (diff)
downloadchef-6dfed013a3c34b21b4417101d48cad3fa096844a.tar.gz
CHEF-4344: Clean up instances of 'the the' typo.
Diffstat (limited to 'spec/unit/provider/group_spec.rb')
-rw-r--r--spec/unit/provider/group_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/unit/provider/group_spec.rb b/spec/unit/provider/group_spec.rb
index 106a0db14c..8fceb7428e 100644
--- a/spec/unit/provider/group_spec.rb
+++ b/spec/unit/provider/group_spec.rb
@@ -117,7 +117,7 @@ describe Chef::Provider::User do
@provider.run_action(:create)
end
- it "should set the the new_resources updated flag when it creates the group" do
+ it "should set the new_resources updated flag when it creates the group" do
@provider.group_exists = false
@provider.stub!(:create_group)
@provider.run_action(:create)
@@ -138,7 +138,7 @@ describe Chef::Provider::User do
@provider.run_action(:create)
end
- it "should set the the new_resources updated flag when it creates the group if we call manage_group" do
+ it "should set the new_resources updated flag when it creates the group if we call manage_group" do
@provider.group_exists = true
@provider.stub!(:compare_group).and_return(true)
@provider.stub!(:manage_group).and_return(true)