summaryrefslogtreecommitdiff
path: root/spec/unit/osc_user_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/osc_user_spec.rb')
-rw-r--r--spec/unit/osc_user_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/osc_user_spec.rb b/spec/unit/osc_user_spec.rb
index 678486a16d..16731b47bd 100644
--- a/spec/unit/osc_user_spec.rb
+++ b/spec/unit/osc_user_spec.rb
@@ -160,7 +160,7 @@ describe Chef::OscUser do
expect(@json).not_to include("password")
end
- include_examples "to_json equalivent to Chef::JSONCompat.to_json" do
+ include_examples "to_json equivalent to Chef::JSONCompat.to_json" do
let(:jsonable) { @user }
end
end