Commit Graph

9 Commits

Author SHA1 Message Date
kahsez
a506e0313a test(elixir): approval test for 30 days 2025-08-15 19:30:58 +02:00
kahsez
d31ee4d578 refactor(elixir): Text test fixture gets days from parameter instead of from environment variable 2025-08-15 19:30:58 +02:00
kahsez
17b6ced56a fix(elixir): text test fixture printing 2025-08-15 19:30:58 +02:00
Yevhenii Kurtov
b3a23b40a6 add texttest fixture for elixir 2024-10-21 13:46:03 +01:00
Yevhenii Kurtov
f9ba94b80b remove unused elixir config folder 2024-10-21 13:45:53 +01:00
Nicole Arruda
f0dea1a520 Add initial failing test for Elixir 2021-09-08 17:26:38 -04:00
Peter Kofler
b8233e291d Moves language specific Git ignores into language subfolders. 2018-12-02 20:31:26 +01:00
Alexander Korling
9eeef2450f Implement a working version of the original code for the kata
Why:
 - The current version isn't implemented properly.

Additional information:
 - This is the result of my local test run (test omitted since
   they're a part of the kata):

   GildedRoseTest
     * test update_quality/1 Aged Brie actually increases in Quality
       the older it gets
     * test Backstage passes Quality increases by 2 when there are
       10 days or less
     * test update_quality/1 the quality of an item is never negative
     * test update_quality/1 degrades the quality when a day passes
     * test Backstage passes Quality increases by 3 when there are 5
       days or less
     * test update_quality/1 when sell date is passed it degrades twice
       as fast
     * test Backstage passes Quality increases by 1 when sell_in is
       larger than 10
     * test update_quality/1 does not change the name
     * test update_quality/1 The Quality of an item is never more than 50
     * test update_quality/1 Sulfuras, being a legendary item, never has
       to be sold or decreases in Quality
     * test Backstage passes Quality drops to 0 after the concert

   11 tests, 0 failures
2016-10-15 16:59:58 +02:00
Makis Otman
fef23beb31 Add Elixir version 2015-09-18 16:57:35 +01:00