]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
Make gemfile and fixtures.yml hidden files for the sake of module tool
authorBranan Purvine-Riley <branan@puppetlabs.com>
Tue, 22 May 2012 22:15:04 +0000 (15:15 -0700)
committerBranan Purvine-Riley <branan@puppetlabs.com>
Tue, 22 May 2012 22:20:14 +0000 (15:20 -0700)
.fixtures.yml [moved from fixtures.yml with 100% similarity]
.gemfile [moved from Gemfile with 100% similarity]
.travis.yml
Rakefile

similarity index 100%
rename from fixtures.yml
rename to .fixtures.yml
similarity index 100%
rename from Gemfile
rename to .gemfile
index 8fa95c387549900a2e81cf4089596b689cf751b0..0ec5a08732b5d5d469c0dcd0d194344513f32f81 100644 (file)
@@ -13,3 +13,4 @@ env:
   - PUPPET_VERSION=2.6.9
 notifications:
   email: false
+gemfile: .gemfile
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