summaryrefslogtreecommitdiff
path: root/spec/unit/provider/service/arch_service_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/service/arch_service_spec.rb
parent0fa3386956e61aa87b2845c805d7ea9ad120a0bf (diff)
downloadchef-6dfed013a3c34b21b4417101d48cad3fa096844a.tar.gz
CHEF-4344: Clean up instances of 'the the' typo.
Diffstat (limited to 'spec/unit/provider/service/arch_service_spec.rb')
-rw-r--r--spec/unit/provider/service/arch_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/provider/service/arch_service_spec.rb b/spec/unit/provider/service/arch_service_spec.rb
index a7afa28da1..42e7868600 100644
--- a/spec/unit/provider/service/arch_service_spec.rb
+++ b/spec/unit/provider/service/arch_service_spec.rb
@@ -62,7 +62,7 @@ describe Chef::Provider::Service::Arch, "load_current_resource" do
@provider.load_current_resource
end
- it "should set running to true if the the status command returns 0" do
+ it "should set running to true if the status command returns 0" do
@provider.stub!(:shell_out).with("/etc/rc.d/chef status").and_return(OpenStruct.new(:exitstatus => 0))
@provider.load_current_resource
@provider.current_resource.running.should be_true