diff options
Diffstat (limited to 'spec/unit/platform_spec.rb')
-rw-r--r-- | spec/unit/platform_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/platform_spec.rb b/spec/unit/platform_spec.rb index e37e00bc43..264cadee81 100644 --- a/spec/unit/platform_spec.rb +++ b/spec/unit/platform_spec.rb @@ -34,7 +34,7 @@ describe Chef::Platform do Chef::Platform.platforms = { :darwin => { ">= 10.11" => { - :file => "new_darwinian" + :file => "new_darwinian", }, "9.2.2" => { :file => "darwinian", |