mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 20:32:15 +00:00
config settings to run the ruby version with the texttests
This commit is contained in:
parent
1c2ef84b66
commit
df0d688718
@ -4,8 +4,8 @@ full_name:Gilded Rose Refactoring Kata
|
|||||||
default_checkout:/home/emily/workspace/Refactoring-Katas/GildedRose
|
default_checkout:/home/emily/workspace/Refactoring-Katas/GildedRose
|
||||||
|
|
||||||
# Settings for the Java version
|
# Settings for the Java version
|
||||||
executable:Main
|
#executable:Main
|
||||||
interpreter:java
|
#interpreter:java
|
||||||
# note you'll also need to update the file environment.gr with your classpath if you keep your classfiles somewhere unusual
|
# 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
|
# Settings for the Python version
|
||||||
@ -15,6 +15,10 @@ interpreter:java
|
|||||||
# Settings for the C++ version
|
# Settings for the C++ version
|
||||||
#executable:${TEXTTEST_CHECKOUT}/cpp/GildedRoseTextTests
|
#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.
|
# turn on one of these if you prefer them to notepad or emacs.
|
||||||
[view_program]
|
[view_program]
|
||||||
#*:mate
|
#*:mate
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user