rubyspec / rubyspec

Executable specification for the Ruby programming language using RSpec syntax.

marcandre (author)
Sun Nov 08 22:37:08 -0800 2009
commit  d2f7130b65ec94ba110a6b405d348e1c4138f956
tree    b5feec3fb9221073c7f6558d66d16097e4a86840
parent  91dbc0ddd01e609048b64c94e6b2d9d7cc244dad
rubyspec / core
name age message
..
directory argf/ Loading commit data...
directory array/
directory basicobject/ Sat Jul 04 15:17:17 -0700 2009 BasicObject#instance_exec: _Initial_ spec. for ... [runpaint]
directory bignum/
directory binding/
directory builtin_constants/ Tue Sep 29 01:04:04 -0700 2009 reverting changes in builtin_constants_spec [calavera]
directory class/ Tue Sep 22 10:47:26 -0700 2009 Class#superclass: added tests for singleton cla... [marcandre]
directory comparable/ Thu Jul 02 11:59:37 -0700 2009 Comparable#== returns false on 1.9 if #<=> give... [runpaint]
directory complex/
directory continuation/ Wed Jun 10 14:45:51 -0700 2009 Continuation: "require 'continuation'" on 1.9. [runpaint]
directory dir/
directory encoding/
directory enumerable/
directory enumerator/
directory env/
directory exception/ Fri Oct 09 06:01:05 -0700 2009 A new spec for SystemCallError.new to construct... [vvs]
directory false/ Mon Dec 29 15:08:07 -0800 2008 Removed separate 1.8 directory and moved specs up. [brixen]
directory fiber/
directory file/
directory filetest/
directory fixnum/
directory float/
directory gc/
directory hash/
directory integer/ Sun Jun 28 03:38:25 -0700 2009 Integer#chr: Infers encoding on 1.9 (bug #1681). [runpaint]
directory io/
directory kernel/
directory marshal/
directory matchdata/
directory math/
directory method/ Sat Oct 24 13:53:41 -0700 2009 Method: Tweak fixture for #respond_to_missing? ... [runpaint]
directory module/
directory nil/ Tue Aug 18 14:37:48 -0700 2009 nil#to_r: Specify 1.9 method [runpaint]
directory numeric/ Tue Aug 18 14:37:49 -0700 2009 Numeric#rationalize: Specify 1.9 method [runpaint]
directory object/
directory objectspace/
directory precision/ Thu Jun 11 09:50:06 -0700 2009 Ver. guard numeric precision; feature removed a... [runpaint]
directory proc/
directory process/
directory random/ Thu Oct 08 11:27:46 -0700 2009 specify a seed to fix the random result [akr]
directory range/
directory rational/ Tue Aug 18 14:37:47 -0700 2009 Rational#rationalize: Initially spec 1.9 method... [runpaint]
directory regexp/ Wed Aug 05 21:54:24 -0700 2009 Regexp#encoding:ASCII-8BIT with 'n' and non-US-... [runpaint]
directory signal/ Sat May 02 23:08:05 -0700 2009 Should is evil. [febuiles]
directory string/
directory struct/
directory symbol/ Thu Sep 03 11:04:11 -0700 2009 Symbol#<=>: Specify 1.9 method [runpaint]
directory systemexit/ Mon Dec 29 15:08:07 -0800 2008 Removed separate 1.8 directory and moved specs up. [brixen]
directory thread/ Mon Oct 12 17:16:14 -0700 2009 Thread#raise: adjust specs as per [ruby-core:26... [marcandre]
directory threadgroup/ Mon Apr 27 21:20:08 -0700 2009 Fixed specs passing until a thread is asleep. ... [brixen]
directory time/
directory true/ Mon Dec 29 15:08:07 -0800 2008 Removed separate 1.8 directory and moved specs up. [brixen]
directory unboundmethod/ Tue Sep 29 11:18:45 -0700 2009 UnboundMethod#name: fix for 1.8.x Signed-off-b... [kakutani]