GildedRose-Refactoring-Kata/GildedRose/texttests/config.gr
emilybache 0319c8a5f7 I changed the starting position for the C# version to match the other translations, especially the Java version. This means I've actually done a small amount of refactoring
already compared with the original form of the kata, and made it easier to get going with
writing tests. It also makes it easier to do text-based approval testing with this code.
2013-03-20 09:33:53 +01:00

32 lines
887 B
Plaintext
Executable File

full_name:Gilded Rose Refactoring Kata
# location where you have your clone
default_checkout:/Users/emily/training_materials/Refactoring-Katas/GildedRose
# Settings for the Java version
executable:TexttestFixture
interpreter:java
# note you'll also need to update the file environment.gr with your classpath if you keep your classfiles somewhere unusual
# Settings for the Python version
#executable:${TEXTTEST_CHECKOUT}/python/texttest_fixture.py
#interpreter:python
# Settings for the C++ version
#executable:${TEXTTEST_CHECKOUT}/cpp/GildedRoseTextTests
# Settings for the Ruby version
#executable:${TEXTTEST_CHECKOUT}/ruby/texttest_fixture.rb
#interpreter:ruby
# Settings for the C# version
#executable:${TEXTTEST_CHECKOUT}/GildedRose.exe
# turn on one of these if you prefer them to notepad or emacs.
[view_program]
*:mate
#*:gedit
[end]
filename_convention_scheme:standard