mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 20:32:15 +00:00
8 lines
181 B
R
8 lines
181 B
R
# A little helper script to get the testing infrastructure started
|
|
|
|
# install.packages("RUnit")
|
|
require(RUnit)
|
|
|
|
# execute single test file
|
|
runTestFile("runit_gilded_rose.R")
|