summaryrefslogtreecommitdiff
path: root/spec/unit/resource/deploy_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/resource/deploy_spec.rb')
-rw-r--r--spec/unit/resource/deploy_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/resource/deploy_spec.rb b/spec/unit/resource/deploy_spec.rb
index e008d79c29..fe3d6972da 100644
--- a/spec/unit/resource/deploy_spec.rb
+++ b/spec/unit/resource/deploy_spec.rb
@@ -248,7 +248,7 @@ describe Chef::Resource::Deploy do
end
describe "when it has no timeout attribute" do
- it "should have no default timeout" do
+ it "has no default timeout" do
expect(@resource.timeout).to be_nil
end
end