From 9dc121cc577ae7a010bca7efedb79088e3cf7331 Mon Sep 17 00:00:00 2001 From: eregon Date: Wed, 27 Jun 2018 12:30:05 +0000 Subject: Update to ruby/spec@a454137 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- spec/ruby/library/stringio/each_codepoint_spec.rb | 1 - spec/ruby/library/stringio/open_spec.rb | 1 - spec/ruby/library/stringio/printf_spec.rb | 1 - spec/ruby/library/stringio/stringio_spec.rb | 1 - 4 files changed, 4 deletions(-) (limited to 'spec/ruby/library/stringio') diff --git a/spec/ruby/library/stringio/each_codepoint_spec.rb b/spec/ruby/library/stringio/each_codepoint_spec.rb index c2eec90581..85aa34d9d8 100644 --- a/spec/ruby/library/stringio/each_codepoint_spec.rb +++ b/spec/ruby/library/stringio/each_codepoint_spec.rb @@ -7,4 +7,3 @@ require_relative 'shared/codepoints' describe "StringIO#each_codepoint" do it_behaves_like :stringio_codepoints, :codepoints end - diff --git a/spec/ruby/library/stringio/open_spec.rb b/spec/ruby/library/stringio/open_spec.rb index be24b06a82..f8f3feabee 100644 --- a/spec/ruby/library/stringio/open_spec.rb +++ b/spec/ruby/library/stringio/open_spec.rb @@ -205,4 +205,3 @@ describe "StringIO.open when passed no arguments" do StringIO.open.string.should == "" end end - diff --git a/spec/ruby/library/stringio/printf_spec.rb b/spec/ruby/library/stringio/printf_spec.rb index 42fa98d395..3978896621 100644 --- a/spec/ruby/library/stringio/printf_spec.rb +++ b/spec/ruby/library/stringio/printf_spec.rb @@ -68,4 +68,3 @@ describe "StringIO#printf when self is not writable" do lambda { io.printf("test") }.should raise_error(IOError) end end - diff --git a/spec/ruby/library/stringio/stringio_spec.rb b/spec/ruby/library/stringio/stringio_spec.rb index c32dc6c5a2..5ef42b3390 100644 --- a/spec/ruby/library/stringio/stringio_spec.rb +++ b/spec/ruby/library/stringio/stringio_spec.rb @@ -6,4 +6,3 @@ describe "StringIO" do StringIO.should include(Enumerable) end end - -- cgit v1.2.3