From d4b4903796f65bfa65562ba964f56f8b3ff7b620 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Thu, 23 Jul 2020 23:42:24 -0700 Subject: Remove redundant file encoding in spec In Ruby 2+ this is the default. Signed-off-by: Tim Smith --- spec/unit/mixin/command_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/unit/mixin/command_spec.rb b/spec/unit/mixin/command_spec.rb index b0b9fd26..d6df3b0d 100644 --- a/spec/unit/mixin/command_spec.rb +++ b/spec/unit/mixin/command_spec.rb @@ -1,4 +1,3 @@ -# encoding: utf-8 # # Author:: Diego Algorta (diego@oboxodo.com) # Copyright:: Copyright (c) 2009 Diego Algorta -- cgit v1.2.1