summaryrefslogtreecommitdiff
path: root/spec/unit/deprecated_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/deprecated_spec.rb')
-rw-r--r--spec/unit/deprecated_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/deprecated_spec.rb b/spec/unit/deprecated_spec.rb
index 9c60080cef..4b7bfcce47 100644
--- a/spec/unit/deprecated_spec.rb
+++ b/spec/unit/deprecated_spec.rb
@@ -44,7 +44,7 @@ describe Chef::Deprecated do
let(:location) { "the location" }
it "displays the full URL" do
- expect(TestDeprecation.new().url).to eql("https://docs.chef.io/deprecations_test.html")
+ expect(TestDeprecation.new.url).to eql("https://docs.chef.io/deprecations_test.html")
end
it "formats a complete deprecation message" do