Make gemfile and fixtures.yml hidden files for the sake of module tool
[puppet-modules/puppetlabs-apt.git] / Rakefile
index 481051942e9eed0d7e82fe5ca2a34bb78ca828d5..20fc384a20af23090189d1f7ee8a2af3d6d6a4eb 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -17,7 +17,7 @@ end
 
 def fixtures(category)
   begin
-    fixtures = YAML.load_file("fixtures.yml")["fixtures"]
+    fixtures = YAML.load_file(".fixtures.yml")["fixtures"]
   rescue Errno::ENOENT
     return {}
   end