0
0
Fork 0
Commit Graph

21 Commits

Author SHA1 Message Date
Stormwind b8cb251ef8 Fix some whitespaces and return at EOF 2015-10-22 12:11:16 +02:00
Stormwind 14fbd23852 Add test for Rubella::Output::Image 2015-10-22 12:05:34 +02:00
Stormwind b345adb1d2 Add tests for Rubella::Ouput::ASCII 2015-10-22 10:56:33 +02:00
Stormwind b4e8c2d6dc Add tests for Rubella::Output::Base 2015-10-22 09:20:32 +02:00
Stormwind 962d70e142 Add tests for Rubella::Weighting::PerOverallLoad 2015-10-21 12:57:06 +02:00
Stormwind 3e232b9607 Add tests for Rubella::Weighting::Exponential 2015-10-21 10:52:20 +02:00
Stormwind ad54bc6a7b Add tests for Rubella::Weighting::PerValue 2015-10-21 09:38:59 +02:00
Stormwind 12d5858ff8 Fix division by zero
If the maximum value is zero, the maximum value will be set to one.
This avoids a division by zero.
2015-10-21 09:00:33 +02:00
Stormwind 47aa9c301a Add tests for Rubella::Weighting::PerCount 2015-10-20 12:55:52 +02:00
Stormwind b53d134e2e Add tests for Rubella::Weighting::Base 2015-10-20 11:29:56 +02:00
Stormwind b87dfc273e Add rubella/input/base to spec helper
It's not neccessary to add this, but it makes the tests classes a bit more
visible.
2015-10-20 11:28:10 +02:00
Stormwind 496e96be91 Fix little things 2015-05-05 21:42:05 +02:00
Stormwind ebd5b88861 Add tests for Rubella::Input::JSON 2015-05-01 22:06:55 +02:00
Stormwind ce6cfb7977 Add tests for Rubella::Input::Base 2015-05-01 12:43:01 +02:00
Stormwind 13397ccfe7 Add tests for Rubella::Storage.data, Rubella::Storage.new 2015-05-01 11:18:56 +02:00
Stormwind 366cd8aa45 Add tests for Rubella::Storage.length= 2015-05-01 10:17:39 +02:00
Stormwind d061bfc1eb Add specs for Rubella::Storage.dataset_length 2015-05-01 08:44:36 +02:00
Stormwind 06e61a7aa0 Add tests for Storage:each 2015-05-01 08:23:14 +02:00
Stormwind 7d7f01b6d2 Add first test for the Storage 2015-05-01 08:10:36 +02:00
Stormwind d592e315d8 Create test infrastructure 2015-05-01 08:09:40 +02:00
Stormwind 808e8972b5 Concatunate storages into new storage
Now we cat add new data to the old storage, which returns a new storage
containg first the new data and then the old data.
Plus a test for this, because it's not implemented now.
2015-03-14 10:29:15 +01:00