From 582a9952f5ce97e2f02f7c63c1711a2b589a9a37 Mon Sep 17 00:00:00 2001 From: Andre Nathan Date: Fri, 6 Dec 2013 15:00:10 -0200 Subject: [PATCH] Rename tests --- Rakefile | 2 +- test/{tc_lxc_created.rb => test_lxc_created.rb} | 0 test/{tc_lxc_running.rb => test_lxc_running.rb} | 0 test/{tc_lxc_undefined.rb => test_lxc_undefined.rb} | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename test/{tc_lxc_created.rb => test_lxc_created.rb} (100%) rename test/{tc_lxc_running.rb => test_lxc_running.rb} (100%) rename test/{tc_lxc_undefined.rb => test_lxc_undefined.rb} (100%) diff --git a/Rakefile b/Rakefile index 1ea79d7..8512208 100644 --- a/Rakefile +++ b/Rakefile @@ -13,6 +13,6 @@ end Rake::TestTask.new do |t| t.libs << 'test' - t.test_files = FileList['test/tc_*.rb'] + t.test_files = FileList['test/test_*.rb'] t.verbose = true end diff --git a/test/tc_lxc_created.rb b/test/test_lxc_created.rb similarity index 100% rename from test/tc_lxc_created.rb rename to test/test_lxc_created.rb diff --git a/test/tc_lxc_running.rb b/test/test_lxc_running.rb similarity index 100% rename from test/tc_lxc_running.rb rename to test/test_lxc_running.rb diff --git a/test/tc_lxc_undefined.rb b/test/test_lxc_undefined.rb similarity index 100% rename from test/tc_lxc_undefined.rb rename to test/test_lxc_undefined.rb