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