GildedRose-Refactoring-Kata/Groovy
2022-08-26 13:51:13 -05:00
..
.idea Add Groovy sources and IntelliJ project 2016-05-14 17:31:39 +02:00
gradle/wrapper Added Gradle to Groovy project. 2022-08-26 13:51:13 -05:00
src Added Gradle to Groovy project. 2022-08-26 13:51:13 -05:00
.gitignore Added Gradle to Groovy project. 2022-08-26 13:51:13 -05:00
build.gradle Added Gradle to Groovy project. 2022-08-26 13:51:13 -05:00
gradlew Added Gradle to Groovy project. 2022-08-26 13:51:13 -05:00
gradlew.bat Added Gradle to Groovy project. 2022-08-26 13:51:13 -05:00
README.txt Renames README files consistently. 2018-12-02 20:39:39 +01:00

Welcome to the Groovy Gilded Rose
=================================

to run the test, you can either:
- run them from your favorite IDE
  - make sure you have installed language support for Groovy
  - IntelliJ:
	- open project
	- choose this folder (Groovy)
  - Eclipse:
    - new Groovy Project
	- choose this folder (Groovy) as the project folder
	- add JUnit to build path
- run the test from the src/ folder in your shell:
  - $ cd src/
  - $ groovy com/gildedrose/GildedRoseTest.groovy