summaryrefslogtreecommitdiff
path: root/spec/rubyspec/library
diff options
context:
space:
mode:
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