summaryrefslogtreecommitdiff
path: root/spec/rubyspec/core/string/unpack/percent_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rubyspec/core/string/unpack/percent_spec.rb')
-rw-r--r--spec/rubyspec/core/string/unpack/percent_spec.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/rubyspec/core/string/unpack/percent_spec.rb b/spec/rubyspec/core/string/unpack/percent_spec.rb
deleted file mode 100644
index 38cf81b037..0000000000
--- a/spec/rubyspec/core/string/unpack/percent_spec.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-require File.expand_path('../../../../spec_helper', __FILE__)
-
-describe "String#unpack with format '%'" do
- it "raises an Argument Error" do
- lambda { "abc".unpack("%") }.should raise_error(ArgumentError)
- end
-end