summaryrefslogtreecommitdiff
path: root/spec/unit/resource/osx_profile_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/resource/osx_profile_spec.rb')
-rw-r--r--spec/unit/resource/osx_profile_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/unit/resource/osx_profile_spec.rb b/spec/unit/resource/osx_profile_spec.rb
index d7d72e5836..06a147ad84 100644
--- a/spec/unit/resource/osx_profile_spec.rb
+++ b/spec/unit/resource/osx_profile_spec.rb
@@ -16,7 +16,7 @@
# limitations under the License.
#
-require 'spec_helper'
+require "spec_helper"
describe Chef::Resource::OsxProfile do
let(:resource) { Chef::Resource::OsxProfile.new(
@@ -54,7 +54,7 @@ describe Chef::Resource::OsxProfile do
end
it "should allow you to set the profile attribute to a hash" do
- test_profile = { 'profile' => false }
+ test_profile = { "profile" => false }
resource.profile test_profile
expect(resource.profile).to be_a(Hash)
end