mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
39 lines
1.1 KiB
Plaintext
Executable File
39 lines
1.1 KiB
Plaintext
Executable File
full_name:Gilded Rose Refactoring Kata
|
|
|
|
# location where you have your clone
|
|
default_checkout:/home/ec2-user/workspace/GildedRose-Refactoring-Kata
|
|
|
|
# Settings for the Python version
|
|
executable:${TEXTTEST_CHECKOUT}/python/texttest_fixture.py
|
|
interpreter:python
|
|
|
|
# Settings for the cpp version
|
|
#executable:${TEXTTEST_CHECKOUT}/cpp/cmake-build-debug/test/cpp_texttest/GildedRoseTextTests
|
|
|
|
# Settings for the Java version
|
|
#executable:com.gildedrose.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 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
|
|
|
|
# Settings for the Perl version
|
|
#executable:${TEXTTEST_CHECKOUT}/perl/texttest_fixture.pl
|
|
#interpreter:perl
|
|
|
|
# turn on one of these if you prefer them to notepad or emacs.
|
|
[view_program]
|
|
*:subl
|
|
[end]
|
|
|
|
filename_convention_scheme:standard
|