mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
29 lines
770 B
Plaintext
Executable File
29 lines
770 B
Plaintext
Executable File
full_name:Gilded Rose Refactoring Kata
|
|
|
|
# location where you have your clone
|
|
default_checkout:/home/emily/workspace/Refactoring-Katas/GildedRose
|
|
|
|
# Settings for the Java version
|
|
#executable:Main
|
|
#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/gilded_rose.py
|
|
#interpreter:python
|
|
|
|
# Settings for the C++ version
|
|
#executable:${TEXTTEST_CHECKOUT}/cpp/GildedRoseTextTests
|
|
|
|
# Settings for the Ruby version
|
|
executable:${TEXTTEST_CHECKOUT}/ruby/main.rb
|
|
interpreter:ruby
|
|
|
|
# turn on one of these if you prefer them to notepad or emacs.
|
|
[view_program]
|
|
#*:mate
|
|
*:gedit
|
|
[end]
|
|
|
|
filename_convention_scheme:standard
|