Laurent Sansonetti
|
1da2ee416d
|
add core/fixnum/hash spec
|
2014-04-20 18:24:01 +02:00 |
|
Laurent Sansonetti
|
7a93cde769
|
add core/fixnum/== spec
|
2014-04-20 18:12:01 +02:00 |
|
Laurent Sansonetti
|
1276bc8e1c
|
add core/fixnum/{<, <=, >, >=} specs
|
2014-04-20 16:32:40 +02:00 |
|
Laurent Sansonetti
|
2268897fb2
|
add be_close matcher + TOLERANCE constant
|
2014-04-20 14:28:00 +02:00 |
|
Laurent Sansonetti
|
5ccbcde97f
|
add core/fixnum/divide spec
|
2014-04-20 01:19:02 +02:00 |
|
Laurent Sansonetti
|
87f72af8e8
|
add core/fixnum/multiply spec
|
2014-04-20 00:58:30 +02:00 |
|
Laurent Sansonetti
|
2608a2b2a4
|
add core/fixnum/minus spec
|
2014-04-20 00:42:18 +02:00 |
|
Laurent Sansonetti
|
8f629f76ca
|
remove debug lines
|
2014-04-20 00:42:05 +02:00 |
|
Laurent Sansonetti
|
c654a6868c
|
add core/fixnum/plus spec
|
2014-04-20 00:41:13 +02:00 |
|
Laurent Sansonetti
|
862b6b0d4e
|
add core/fixnum/size spec
|
2014-04-18 23:47:43 +02:00 |
|
Laurent Sansonetti
|
8225808278
|
add core/fixnum/to_s spec
|
2014-04-18 23:41:01 +02:00 |
|
Laurent Sansonetti
|
2e61c37d92
|
add core/fixnum/{to_f,zero} specs
|
2014-04-18 22:08:55 +02:00 |
|
Laurent Sansonetti
|
513127a8a1
|
change rubymotion specs to follow new numeric changes
|
2014-04-18 22:08:33 +02:00 |
|
Laurent Sansonetti
|
78fab5a02e
|
add core/nil specs
|
2014-04-18 20:32:19 +02:00 |
|
Laurent Sansonetti
|
261ec2538a
|
add core/true and core/false specs
|
2014-04-18 19:40:48 +02:00 |
|
Laurent Sansonetti
|
3a6e50e3ef
|
disable exception print at the runtime level (since we do it manually)
|
2014-04-18 18:29:53 +02:00 |
|
Laurent Sansonetti
|
0022547636
|
catch exceptions when running the spec blocks, print them and count them
|
2014-04-18 18:29:25 +02:00 |
|
Laurent Sansonetti
|
e4c78ae0a0
|
add language/string spec (with caveats)
|
2014-04-15 00:29:38 +02:00 |
|
Laurent Sansonetti
|
24f77d2290
|
add be_an_instance_of matcher
|
2014-04-15 00:25:16 +02:00 |
|
Laurent Sansonetti
|
4bda360c99
|
add basic ScratchPad object
|
2014-04-14 23:33:17 +02:00 |
|
Laurent Sansonetti
|
b7a7a7abbc
|
add support for before’ and after’ blocks (right now we assume the :each argument)
|
2014-04-14 23:33:00 +02:00 |
|
Laurent Sansonetti
|
ded77e47a2
|
add support for nested `describe’ blocks
|
2014-04-14 23:32:25 +02:00 |
|
Laurent Sansonetti
|
591ec8d8e6
|
add language/splat specs
|
2014-04-14 23:31:28 +02:00 |
|
Laurent Sansonetti
|
2a6e833ed3
|
start rubymotion-specific String specs
|
2014-04-14 00:12:32 +02:00 |
|
Laurent Sansonetti
|
abc2d17a9b
|
add a test for Symbol -> java.lang.CharSequence
|
2014-04-12 18:59:02 +02:00 |
|
Laurent Sansonetti
|
3354bd961d
|
start rubymotion-specific spec file for Symbol
|
2014-04-12 15:39:56 +02:00 |
|
Laurent Sansonetti
|
1f10258f0c
|
remove debug print statement
|
2014-04-12 15:39:56 +02:00 |
|
Laurent Sansonetti
|
7edfb14779
|
add language/symbol spec
|
2014-04-12 01:02:02 +02:00 |
|
Laurent Sansonetti
|
7e9b0e8016
|
start some RM-specific specs
|
2014-04-11 22:56:46 +02:00 |
|
Laurent Sansonetti
|
b071a54309
|
rewrite spec to use a predefined mock class
|
2014-04-11 20:39:34 +02:00 |
|
Laurent Sansonetti
|
ec989dda83
|
add language/hash spec
|
2014-04-11 20:01:14 +02:00 |
|
Laurent Sansonetti
|
a1dcc590b3
|
remove unnecessary line
|
2014-04-11 16:31:52 +02:00 |
|
Laurent Sansonetti
|
1590c16f0f
|
add language/numbers spec
|
2014-04-11 16:31:51 +02:00 |
|
Laurent Sansonetti
|
94bdca20ac
|
add 'language/not' spec
|
2014-04-11 16:31:51 +02:00 |
|
Laurent Sansonetti
|
ebe24446b2
|
add 'be_true' and 'be_false' matchers
|
2014-04-11 16:31:51 +02:00 |
|
Laurent Sansonetti
|
d5554c5e89
|
add 'language/or' spec
|
2014-04-11 16:31:51 +02:00 |
|
Laurent Sansonetti
|
32e547e48c
|
add 'be_nil' matcher
|
2014-04-11 15:35:57 +02:00 |
|
Laurent Sansonetti
|
b9219f0258
|
add 'language/and' spec
|
2014-04-11 15:35:57 +02:00 |
|
Laurent Sansonetti
|
c88b386a24
|
move 1.9 specs to a different file, like rubyspec does
|
2014-04-11 14:16:44 +02:00 |
|
Laurent Sansonetti
|
f3f98218b9
|
add language/array spec
|
2014-04-11 00:41:08 +02:00 |
|
Laurent Sansonetti
|
4fdc978165
|
add support for should’ with an argument, add be_kind_of’ and `equal’ matchers
|
2014-04-10 17:18:48 +02:00 |
|
Laurent Sansonetti
|
07f048572d
|
better conditional
|
2014-04-10 17:18:12 +02:00 |
|
Laurent Sansonetti
|
21522a99e3
|
really send #== instead of #!=
|
2014-04-10 15:28:59 +02:00 |
|
Laurent Sansonetti
|
f34647252e
|
add until and while specs
|
2014-04-10 01:03:36 +02:00 |
|
Laurent Sansonetti
|
c2d9d48871
|
remove test suite, start integrating rubyspec
|
2014-04-10 00:40:02 +02:00 |
|
Laurent Sansonetti
|
ac07875133
|
added tests for Fixnum#{<, <=, >, >=}
|
2014-04-09 01:08:03 +02:00 |
|
Laurent Sansonetti
|
f3a89ed883
|
add test for Array#each
|
2014-04-06 01:20:33 +02:00 |
|
Laurent Sansonetti
|
b24839acc7
|
add android test suite (very early work)
|
2014-04-04 17:12:52 +02:00 |
|