From 65ee83ba8ebe4e4c3b4036a98cf78855197d521f Mon Sep 17 00:00:00 2001 From: Derek Tamsen Date: Tue, 2 Feb 2016 12:59:13 -0800 Subject: [PATCH] set encoding to lowercase --- lib/lowered/expectations.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lowered/expectations.rb b/lib/lowered/expectations.rb index cf7c16f..d93a8a7 100644 --- a/lib/lowered/expectations.rb +++ b/lib/lowered/expectations.rb @@ -1,4 +1,4 @@ -# Encoding: utf-8 +# encoding: utf-8 require 'rubygems/dependency' require 'open3' require 'shellwords'