فهرست منبع

Make gemfile and fixtures.yml hidden files for the sake of module tool

Branan Purvine-Riley 12 سال پیش
والد
کامیت
0f9793bda8
4فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 0 0
      .fixtures.yml
  2. 0 0
      .gemfile
  3. 1 0
      .travis.yml
  4. 1 1
      Rakefile

+ 0 - 0
fixtures.yml → .fixtures.yml


+ 0 - 0
Gemfile → .gemfile


+ 1 - 0
.travis.yml

@@ -13,3 +13,4 @@ env:
   - PUPPET_VERSION=2.6.9
 notifications:
   email: false
+gemfile: .gemfile

+ 1 - 1
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