diff options
Diffstat (limited to 'spec/rubyspec/core/array/pack/empty_spec.rb')
| -rw-r--r-- | spec/rubyspec/core/array/pack/empty_spec.rb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/spec/rubyspec/core/array/pack/empty_spec.rb b/spec/rubyspec/core/array/pack/empty_spec.rb deleted file mode 100644 index 701e20b0af..0000000000 --- a/spec/rubyspec/core/array/pack/empty_spec.rb +++ /dev/null @@ -1,11 +0,0 @@ -require File.expand_path('../../../../spec_helper', __FILE__) - -describe "Array#pack with empty format" do - it "returns an empty String" do - [1, 2, 3].pack("").should == "" - end - - it "returns a String with US-ASCII encoding" do - [1, 2, 3].pack("").encoding.should == Encoding::US_ASCII - end -end |
