aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/library
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-07 12:05:36 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-07 12:05:36 +0000
commit6bc742bc6d0dc6b1777d28484f4694af846bfb79 (patch)
treeff2f7c7a38e310905a48b31d72fb0e1f48466012 /spec/rubyspec/library
parent95e8c48dd3348503a8c7db5d0498894a1b676395 (diff)
downloadruby-6bc742bc6d0dc6b1777d28484f4694af846bfb79.tar.gz
* remove trailing spaces, append newline at EOF.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'spec/rubyspec/library')
-rw-r--r--spec/rubyspec/library/base64/urlsafe_decode64_spec.rb2
-rw-r--r--spec/rubyspec/library/net/ftp/fixtures/putbinaryfile2
-rw-r--r--spec/rubyspec/library/net/ftp/fixtures/puttextfile2
-rw-r--r--spec/rubyspec/library/socket/tcpsocket/setsockopt_spec.rb2
-rw-r--r--spec/rubyspec/library/thread/sizedqueue/max_spec.rb2
5 files changed, 5 insertions, 5 deletions
diff --git a/spec/rubyspec/library/base64/urlsafe_decode64_spec.rb b/spec/rubyspec/library/base64/urlsafe_decode64_spec.rb
index a3347db7d7..bea9a7cefb 100644
--- a/spec/rubyspec/library/base64/urlsafe_decode64_spec.rb
+++ b/spec/rubyspec/library/base64/urlsafe_decode64_spec.rb
@@ -10,7 +10,7 @@ describe "Base64#urlsafe_decode64" do
it "uses '-' instead of '+'" do
decoded = Base64.urlsafe_decode64('IkJlaW5nIGRpc2ludGVncmF0ZWQgbWFrZXMgbWUgdmUtcnkgYW4tZ3J5ISIgPGh1ZmYsIGh1ZmY-')
- decoded.should == '"Being disintegrated makes me ve-ry an-gry!" <huff, huff>'
+ decoded.should == '"Being disintegrated makes me ve-ry an-gry!" <huff, huff>'
end
ruby_version_is ""..."2.3" do
diff --git a/spec/rubyspec/library/net/ftp/fixtures/putbinaryfile b/spec/rubyspec/library/net/ftp/fixtures/putbinaryfile
index eabb8fcedd..f3130c6e43 100644
--- a/spec/rubyspec/library/net/ftp/fixtures/putbinaryfile
+++ b/spec/rubyspec/library/net/ftp/fixtures/putbinaryfile
@@ -1,3 +1,3 @@
This is an example file
which is going to be transmitted
-using #putbinaryfile. \ No newline at end of file
+using #putbinaryfile.
diff --git a/spec/rubyspec/library/net/ftp/fixtures/puttextfile b/spec/rubyspec/library/net/ftp/fixtures/puttextfile
index dce0d35f8d..b4f3b2b62d 100644
--- a/spec/rubyspec/library/net/ftp/fixtures/puttextfile
+++ b/spec/rubyspec/library/net/ftp/fixtures/puttextfile
@@ -1,3 +1,3 @@
This is an example file
which is going to be transmitted
-using #puttextfile. \ No newline at end of file
+using #puttextfile.
diff --git a/spec/rubyspec/library/socket/tcpsocket/setsockopt_spec.rb b/spec/rubyspec/library/socket/tcpsocket/setsockopt_spec.rb
index e4d3da10d1..8eacc1275d 100644
--- a/spec/rubyspec/library/socket/tcpsocket/setsockopt_spec.rb
+++ b/spec/rubyspec/library/socket/tcpsocket/setsockopt_spec.rb
@@ -45,4 +45,4 @@ describe "TCPSocket#setsockopt" do
end
end
end
-end \ No newline at end of file
+end
diff --git a/spec/rubyspec/library/thread/sizedqueue/max_spec.rb b/spec/rubyspec/library/thread/sizedqueue/max_spec.rb
index 337404d821..54cc6351bd 100644
--- a/spec/rubyspec/library/thread/sizedqueue/max_spec.rb
+++ b/spec/rubyspec/library/thread/sizedqueue/max_spec.rb
@@ -21,7 +21,7 @@ describe "Thread::SizedQueue#max=" do
@sized_queue.max = 10
@sized_queue.max.should == 10
end
-
+
it "does not remove items already in the queue beyond the maximum" do
@sized_queue.enq 1
@sized_queue.enq 2