mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-11 20:02:09 +00:00
housekeeping
This commit is contained in:
parent
38c63d80f4
commit
c0d94a3f4b
5
scala/.gitignore
vendored
5
scala/.gitignore
vendored
@ -1,6 +1,6 @@
|
|||||||
/bin/
|
/bin/
|
||||||
lib
|
lib
|
||||||
project
|
|
||||||
|
|
||||||
# OSX Finder
|
# OSX Finder
|
||||||
.DS_Store
|
.DS_Store
|
||||||
@ -15,7 +15,7 @@ project
|
|||||||
.vscode
|
.vscode
|
||||||
.metals
|
.metals
|
||||||
.scala-build
|
.scala-build
|
||||||
project/metals.sbt
|
metals.sbt
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -29,4 +29,3 @@ project/metals.sbt
|
|||||||
.classpath
|
.classpath
|
||||||
|
|
||||||
target/
|
target/
|
||||||
approvaltests/gildedrose.testresult.txt
|
|
||||||
|
|||||||
@ -9,9 +9,7 @@ lazy val root = project
|
|||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
|
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
|
||||||
"com.approvaltests" % "approvaltests" % "25.4.3" % Test,
|
"com.approvaltests" % "approvaltests" % "25.4.3" % Test,
|
||||||
"junit" % "junit" % "4.13.2",
|
"com.github.sbt.junit" % "jupiter-interface" % "0.15.1" % Test
|
||||||
"com.github.sbt.junit" % "jupiter-interface" % "0.15.1" % Test,
|
|
||||||
"org.junit.jupiter" % "junit-jupiter" % "6.0.0" % Test
|
|
||||||
),
|
),
|
||||||
testOptions += Tests.Argument(TestFrameworks.JUnit)
|
testOptions += Tests.Argument(TestFrameworks.JUnit)
|
||||||
)
|
)
|
||||||
|
|||||||
@ -25,8 +25,8 @@ diff_program:meld
|
|||||||
#interpreter:python
|
#interpreter:python
|
||||||
|
|
||||||
# Settings for the Java version using the classpath
|
# Settings for the Java version using the classpath
|
||||||
# executable:com.gildedrose.TexttestFixture
|
#executable:com.gildedrose.TexttestFixture
|
||||||
# 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 Kotlin version using Gradle wrapped in a python script
|
# Settings for the Kotlin version using Gradle wrapped in a python script
|
||||||
@ -34,8 +34,8 @@ diff_program:meld
|
|||||||
#interpreter:python
|
#interpreter:python
|
||||||
|
|
||||||
# Settings for the Ruby version
|
# Settings for the Ruby version
|
||||||
#executable:${TEXTTEST_HOME}/ruby/texttest_fixture.rb
|
executable:${TEXTTEST_HOME}/ruby/texttest_fixture.rb
|
||||||
#interpreter:ruby
|
interpreter:ruby
|
||||||
|
|
||||||
# Settings for the C# Core version
|
# Settings for the C# Core version
|
||||||
#executable:${TEXTTEST_HOME}/csharpcore/GildedRoseTests/bin/Debug/net8.0/GildedRoseTests
|
#executable:${TEXTTEST_HOME}/csharpcore/GildedRoseTests/bin/Debug/net8.0/GildedRoseTests
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user