summaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2021-06-10 13:29:47 -0400
committerrealtradam <[email protected]>2021-06-10 13:29:47 -0400
commitf79d08089a49ca0f2aa2318b1a13ccabda2d9aaa (patch)
tree3062d5a9f98d48cac9dcc8f2025507f5f76b7d66 /tests
parent9db98b8955125584debf17d7204715a1149578c5 (diff)
downloadFelECS-f79d08089a49ca0f2aa2318b1a13ccabda2d9aaa.tar.gz
FelECS-f79d08089a49ca0f2aa2318b1a13ccabda2d9aaa.zip
added codeclimate rake task
Diffstat (limited to 'tests')
-rw-r--r--tests/signatures_test.rb15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/signatures_test.rb b/tests/signatures_test.rb
deleted file mode 100644
index 9d1bd9a..0000000
--- a/tests/signatures_test.rb
+++ /dev/null
@@ -1,15 +0,0 @@
-require 'minitest/autorun'
-require_relative '_test_helper.rb'
-
-require_relative '../signatures.rb'
-
-describe 'Sample' do
- before do
- #setup vars here
- end
-
- it 'does something' do
- _(4).must_equal 4
- #_(@thing).mustequal 'something
- end
-end