improve instructions for IDEs

This commit is contained in:
Georg Berky 2016-05-14 17:55:42 +02:00
parent f00e363caa
commit 8f18f8a1f9

View File

@ -1,8 +1,17 @@
Welcome to the Groovy Gilded Rose Welcome to the Groovy Gilded Rose
================================= =================================
to run the tests, you can either: to run the test, you can either:
- run them from your favorite IDE - run them from your favorite IDE
- run them from the src/ folder in your shell: - 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 - $ groovy com/gildedrose/GildedRoseTest.groovy