summaryrefslogtreecommitdiff
path: root/spec/install/gemspecs_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/install/gemspecs_spec.rb')
-rw-r--r--spec/install/gemspecs_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/install/gemspecs_spec.rb b/spec/install/gemspecs_spec.rb
index 5dca6f68c0..5b6778bdd4 100644
--- a/spec/install/gemspecs_spec.rb
+++ b/spec/install/gemspecs_spec.rb
@@ -47,11 +47,11 @@ RSpec.describe "bundle install" do
end
it "does not hang when gemspec has incompatible encoding" do
- create_file("foo.gemspec", <<-G)
+ create_file "foo.gemspec", <<-G
Gem::Specification.new do |gem|
gem.name = "pry-byebug"
gem.version = "3.4.2"
- gem.author = "David Rodríguez"
+ gem.author = "David Rodriguez"
gem.summary = "Good stuff"
end
G