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

This commit is contained in:
Branan Purvine-Riley 2012-05-22 15:15:04 -07:00
parent f420cb6314
commit 0f9793bda8
4 changed files with 2 additions and 1 deletions

View file

View file

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

View file

@ -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