diff options
| author | Amir Rajan <[email protected]> | 2020-08-06 08:12:27 -0500 |
|---|---|---|
| committer | Amir Rajan <[email protected]> | 2020-08-06 08:12:27 -0500 |
| commit | 64046616ce54fff32c3dd949a4b7702136f38a3e (patch) | |
| tree | 1fff22cf553b2cf3eb5fe8095b572fd0cce63196 /deploy_template/mygame/app/tests.rb | |
| parent | 161d498dc905f04b595c927309993acdcb4d394c (diff) | |
| download | dragonruby-game-toolkit-contrib-64046616ce54fff32c3dd949a4b7702136f38a3e.tar.gz dragonruby-game-toolkit-contrib-64046616ce54fff32c3dd949a4b7702136f38a3e.zip | |
Synced with 1.14
Diffstat (limited to 'deploy_template/mygame/app/tests.rb')
| -rw-r--r-- | deploy_template/mygame/app/tests.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy_template/mygame/app/tests.rb b/deploy_template/mygame/app/tests.rb index a60c8be..db71ff6 100644 --- a/deploy_template/mygame/app/tests.rb +++ b/deploy_template/mygame/app/tests.rb @@ -4,7 +4,7 @@ # Here is an example test and game -# To run the test: ./dragonruby mygame --eval tests.rb --no-tick +# To run the test: ./dragonruby mygame --eval app/tests.rb --no-tick class MySuperHappyFunGame attr_gtk |
