summaryrefslogtreecommitdiff
path: root/tests/test/rakefile.rb
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-06-29 16:16:05 +0700
committerhathach <[email protected]>2013-06-29 16:16:05 +0700
commitd7fc73ff76a44deca3fd9f402f6dd4a244fd5ef3 (patch)
treed6024b0c2b71586010973f1573553dd9bdaf679e /tests/test/rakefile.rb
parent7e6e5cc35630d1d173df06701cbb310bd5f20a2a (diff)
rename test folder
Diffstat (limited to 'tests/test/rakefile.rb')
-rw-r--r--tests/test/rakefile.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test/rakefile.rb b/tests/test/rakefile.rb
deleted file mode 100644
index 6b217f931..000000000
--- a/tests/test/rakefile.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-PROJECT_CEEDLING_ROOT = "../vendor/ceedling"
-load "#{PROJECT_CEEDLING_ROOT}/lib/rakefile.rb"
-
-task :default => %w[ test:all release ]