Skip to content

Commit

Permalink
some passing specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Gaynor committed Apr 20, 2013
1 parent 466ff77 commit 43b45df
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions spec/tags/core/array/pack/d_tags.txt
Expand Up @@ -6,11 +6,7 @@ fails:Array#pack with format 'd' raises a ArgumentError if a String does not rep
fails:Array#pack with format 'd' calls #to_f to convert an object to a float
fails:Array#pack with format 'D' returns an ASCII-8BIT string
fails:Array#pack with format 'D' encodes all remaining elements when passed the '*' modifier
fails:Array#pack with format 'D' encodes positive Infinity
fails:Array#pack with format 'D' encodes negative Infinity
fails:Array#pack with format 'D' encodes NaN
fails:Array#pack with format 'd' returns an ASCII-8BIT string
fails:Array#pack with format 'd' encodes all remaining elements when passed the '*' modifier
fails:Array#pack with format 'd' encodes positive Infinity
fails:Array#pack with format 'd' encodes negative Infinity
fails:Array#pack with format 'd' encodes NaN
4 changes: 0 additions & 4 deletions spec/tags/core/array/pack/e_tags.txt
Expand Up @@ -6,13 +6,9 @@ fails:Array#pack with format 'e' raises a ArgumentError if a String does not rep
fails:Array#pack with format 'e' calls #to_f to convert an object to a float
fails:Array#pack with format 'E' returns an ASCII-8BIT string
fails:Array#pack with format 'E' encodes all remaining elements when passed the '*' modifier
fails:Array#pack with format 'E' encodes positive Infinity
fails:Array#pack with format 'E' encodes negative Infinity
fails:Array#pack with format 'E' encodes NaN
fails:Array#pack with format 'e' returns an ASCII-8BIT string
fails:Array#pack with format 'e' encodes all remaining elements when passed the '*' modifier
fails:Array#pack with format 'e' encodes positive Infinity
fails:Array#pack with format 'e' encodes negative Infinity
fails:Array#pack with format 'e' encodes NaN
fails:encodes a positive Float outside the range of a single precision float
fails:encodes a negative Float outside the range of a single precision float
4 changes: 0 additions & 4 deletions spec/tags/core/array/pack/g_tags.txt
Expand Up @@ -6,13 +6,9 @@ fails:Array#pack with format 'g' raises a ArgumentError if a String does not rep
fails:Array#pack with format 'g' calls #to_f to convert an object to a float
fails:Array#pack with format 'G' returns an ASCII-8BIT string
fails:Array#pack with format 'G' encodes all remaining elements when passed the '*' modifier
fails:Array#pack with format 'G' encodes positive Infinity
fails:Array#pack with format 'G' encodes negative Infinity
fails:Array#pack with format 'G' encodes NaN
fails:Array#pack with format 'g' returns an ASCII-8BIT string
fails:Array#pack with format 'g' encodes all remaining elements when passed the '*' modifier
fails:Array#pack with format 'g' encodes positive Infinity
fails:Array#pack with format 'g' encodes negative Infinity
fails:Array#pack with format 'g' encodes NaN
fails:encodes a positive Float outside the range of a single precision float
fails:encodes a negative Float outside the range of a single precision float

0 comments on commit 43b45df

Please sign in to comment.