diff options
| author | realtradam <[email protected]> | 2021-06-12 00:57:04 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2021-06-12 00:57:04 -0400 |
| commit | 8dcacf9e69214f66be09c120ba474b848047cb53 (patch) | |
| tree | 43692e58a42632fd5fe069bcc3ab4bab96340ece /tests/_test_sample.rb | |
| parent | 3ad8d2531329c1696a2bf86db8db9237309281ab (diff) | |
| download | FelECS-8dcacf9e69214f66be09c120ba474b848047cb53.tar.gz FelECS-8dcacf9e69214f66be09c120ba474b848047cb53.zip | |
unit testing and cleanup
Diffstat (limited to 'tests/_test_sample.rb')
| -rw-r--r-- | tests/_test_sample.rb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/_test_sample.rb b/tests/_test_sample.rb deleted file mode 100644 index afc3384..0000000 --- a/tests/_test_sample.rb +++ /dev/null @@ -1,14 +0,0 @@ -require 'minitest/autorun' -require_relative '_test_helper.rb' - -require_relative 'stuff_we_testing' - -describe 'Sample' do - before do - #setup vars here - end - - it 'does something' do - #_(@thing).mustequal 'something - end -end |
