Rename TestAssets to assets

This commit is contained in:
Andrew Schwartzmeyer 2015-10-20 14:55:12 -07:00
parent d383b83964
commit 67deba1a2a
3 changed files with 1 additions and 2 deletions

View file

@ -164,7 +164,6 @@ $(APP_BASE): runps.sh $(RUN_TARGETS)
cp -r dotnetlibs/*.so $(APP_BASE)
cp dotnetlibs/host_cmdline $(APP_BASE)
cp -r $(MONAD)/ext-src/pester $(APP_BASE)/Modules/Pester
cp -r $(ADMIN_GIT_ROOT)/../pester-tests/TestAssets $(APP_BASE)
cp -r $(MONAD_EXT)/xunit/xunit* $(APP_BASE)
cp runps*.sh $(APP_BASE)

View file

@ -1,5 +1,5 @@
Describe "Test-Import-Csv" {
$testCsv = "./TestAssets/TestCsv.csv"
$testCsv = "./assets/TestCsv.csv"
It "Should be able to call without error" {
{ Import-Csv $testCsv } | Should Not Throw