summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <hello@colby.fyi>2018-08-16 22:28:34 +1000
committerColby Swandale <hello@colby.fyi>2018-08-17 07:36:27 +1000
commit2144f52c8a7906232a09564382742697aa44c722 (patch)
tree8d5e8c777963a6bdc01bce8edaa0c0cec227e281
parente0a23d44b4dc73ad210ccd4fb7169072c58e3439 (diff)
downloadbundler-2144f52c8a7906232a09564382742697aa44c722.tar.gz
Add encoding magic comment to gemfile spec
-rw-r--r--spec/install/gemfile_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/install/gemfile_spec.rb b/spec/install/gemfile_spec.rb
index 0a17fb3f82..bdb93b2433 100644
--- a/spec/install/gemfile_spec.rb
+++ b/spec/install/gemfile_spec.rb
@@ -1,3 +1,4 @@
+# encoding: utf-8
# frozen_string_literal: true
RSpec.describe "bundle install" do