Commit Graph

320 Commits

Author SHA1 Message Date
Clay Dowling
264ed0c974 Tests for backstage passes 2017-03-10 22:42:52 -05:00
Clay Dowling
ceebe400c9 Added tests for backstage pass 2017-03-10 22:26:15 -05:00
Clay Dowling
19dcacbf7e Added test for zero 2017-03-10 21:53:40 -05:00
Clay Dowling
38857a8dc9 Test for normal items with SellIn less than zero 2017-03-10 21:52:33 -05:00
Clay Dowling
cdb407461b Added tests for aged brie 2017-03-10 21:50:17 -05:00
Clay Dowling
438a5d6612 Actually rename the test suite 2017-03-10 21:39:08 -05:00
Clay Dowling
08cf17d6bc Renamed to reflect actual contents 2017-03-10 21:31:09 -05:00
Clay Dowling
fe0cad5a72 Second test, normal item below zero 2017-03-10 21:24:09 -05:00
Clay Dowling
ccabf6e847 First check for normal items 2017-03-10 21:22:50 -05:00
Clay Dowling
c01ba7bc7f First check for normal items 2017-03-10 21:21:59 -05:00
Clay Dowling
26a1251a61 Added test against changing Item 2017-03-10 21:16:02 -05:00
Clay Dowling
51b045bc1c Added golden rule test 2017-03-10 21:13:06 -05:00
Clay Dowling
963b876133 Removed binary that didn't belong here to begin with 2017-03-10 21:08:31 -05:00
Clay Dowling
d4c62eb984 Updated docs, removed binaries 2017-03-10 19:51:08 -05:00
Clay Dowling
a114047f83 Updated README to address some specifics of this version of the test 2017-03-10 19:47:41 -05:00
Clay Dowling
b635adc096 Added starting files for check unit tests 2017-03-10 19:41:06 -05:00
Clay Dowling
96d9751300 Added C and check library version 2017-03-10 19:22:12 -05:00
Emily Bache
e916fdd8ac Merge pull request #56 from dbuschman7/master
upgraded Scala version to latest versions
2017-02-14 09:10:49 +01:00
Emily Bache
f453de354f Merge pull request #55 from sminutoli/feature/updates-js-example
Updates examples using ES2015 class syntax
2017-02-14 09:09:45 +01:00
Emily Bache
9bbf107b0c Merge pull request #54 from sminutoli/feature/spanish-requeriments
Adds the spanish translation
2017-02-14 09:07:52 +01:00
David Buschman
267e4112c4 upgraded Scala version to latest versions 2017-02-11 00:05:48 -07:00
Sergio Minutoli
2f38071deb Adds the spanish translation 2017-02-10 18:03:48 -03:00
Sergio Minutoli
e9aae0d7db Updates examples using ES2015 class syntax 2017-02-10 18:02:15 -03:00
Emily Bache
bc021978c0 Merge pull request #52 from tonvanbart/master
Revert GildedRose.java to original code
2017-01-14 09:04:01 +01:00
Ton van Bart
5605173439 reverted GildedRose to original code 2017-01-11 21:32:08 +01:00
Ton van Bart
b2422cf733 delete package with weird name 2017-01-09 22:38:54 +01:00
Ton van Bart
d4b3a30334 delete package with weird name 2017-01-09 22:31:26 +01:00
Emily Bache
a0fb147402 Merge pull request #51 from kiview/fix-java-directories
Remove duplicate Java classes
2016-12-05 19:42:18 +01:00
Kevin Wittek
2d353e1da9 Remove duplicate Java classes 2016-12-05 14:57:59 +01:00
Emily Bache
6d7caf22dd Merge pull request #50 from tonvanbart/master
Made 'java' subproject maven managed
2016-12-01 19:19:16 +01:00
Ton van Bart
260dc83099 use java.version property in pom.xml 2016-12-01 10:47:47 +01:00
Ton van Bart
40e7ea75c6 fixed directory structure 2016-12-01 09:45:34 +01:00
Ton van Bart
dae358a131 added Eclipse files to .gitignore 2016-12-01 09:37:05 +01:00
Ton van Bart
62b3b2fdb9 added IDEA project files to gitignore, set Maven java version to 8 2016-11-29 12:40:59 +01:00
Ton van Bart
3289182cef reorganized to Maven project structure 2016-11-29 12:36:54 +01:00
Emily Bache
836a60ee47 Merge pull request #49 from cchamplin/go-package-fix
Fix filename of gilded-rose.go
2016-11-10 19:04:09 +01:00
Caleb Champlin
9377d612da Fix filename of gilded-rose.go 2016-11-07 15:51:40 -05:00
Emily Bache
2c6cb2fd37 Merge pull request #48 from maciek2w/swift-package
Moved Swift code into package
2016-10-28 07:46:58 +02:00
Maciej Witaszek
1d3a8d887e Moved Swift code into package 2016-10-27 13:08:11 +07:00
Emily Bache
fafdb067bb Merge pull request #47 from lermannen/elixir
Proposed fix for #34: Implement a working version of the original code for the kata
2016-10-17 07:37:48 +02: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
Emily Bache
0f4b6a3621 Merge pull request #46 from rickerbh/swift-fix-test
Fixed copy/paste errors in test data
2016-09-25 19:32:15 +02:00
Hamish Rickerby
910e5d8a59 Fixed copy/paste errors in test data
- Fixed copy/paste errors in items
- Removed unnecessary comment blocks
2016-09-23 15:04:52 +10:00
Emily Bache
6fc1236e43 Merge pull request #44 from rickerbh/swift3
Updated for Swift 3
2016-09-22 21:20:29 +02:00
Hamish Rickerby
9c63a7732a Updated for Swift 3
Process enum has been replaced with CommandLine in Swift 3. Changed main.swift to reflect this.
2016-09-21 20:53:52 +10:00
Emily Bache
97ba169a35 Merge pull request #40 from kiview/spock-gradle
Add Java-Spock-Gradle version
2016-08-29 19:06:40 +02:00
Emily Bache
378a111775 Merge pull request #42 from mcbeelen/Kotlin
Added Kotlin version of the Gilded Rose Kata
2016-08-29 19:05:16 +02:00
Marco Beelen (Ximedes)
bfffd045d2 Ignored various idea files 2016-08-26 10:58:41 +02:00
Marco Beelen (Ximedes)
f713ff1019 Added Kotlin version of the Gilded Rose Kata 2016-08-26 10:55:09 +02:00
Emily Bache
cbb9ae16c4 Merge pull request #41 from danilat/master
Little changes to support rspec 3 version
2016-08-04 08:02:38 +02:00