Commit Graph

242 Commits

Author SHA1 Message Date
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
f12397e818 the ‘files’ env variable now matches the whole path and not only the base name (makes filtering easier) 2014-04-18 18:30:24 +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
Eloy Durán
e68f4df9b4 [Cocoa Macros] Add tests for NSLocalizedString et al. 2014-04-17 16:23:55 +02:00
Eloy Durán
3edddb9f5b [test] Make tests work if no explicit deployment_target is set. 2014-04-17 16:23:55 +02:00
Laurent Sansonetti
a58113b1da add .gitignore file 2014-04-16 13:08:35 +02:00
Watson
93882b6aa8 [test] fix a wrong declaration of synthesize 2014-04-15 16:44:42 +09:00
Watson
8d54d73794 [test] add specs for RM-468 and RM-457 2014-04-15 10:35:19 +09: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
Watson
fd61f2090c [test] fix to display the iOS results in OSX spec on Jenkins 2014-04-12 12:37:48 +09: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
Watson
497f969891 [test] display the iOS result of `rake spec:all' on Jenkins CI console 2014-04-12 00:44:00 +09: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
Eloy Durán
0ae18aacdf [test] Store iOS results in temp files on Jenkins CI. 2014-04-11 15:10:56 +02:00
Watson
f4fe13cba8 fix 'uninitialized constant Motion (NameError)'
'../helpers/bacon.rb' requires 'lib/motion/util/version.rb'
2014-04-11 21:21:57 +09:00
Laurent Sansonetti
c88b386a24 move 1.9 specs to a different file, like rubyspec does 2014-04-11 14:16:44 +02:00
Eloy Durán
87ea27d251 [test] rake spec:all now runs on all installed iOS and OS X sdks. 2014-04-11 12:26:30 +02:00