Make gemfile and fixtures.yml hidden files for the sake of module tool
This commit is contained in:
parent
f420cb6314
commit
0f9793bda8
4 changed files with 2 additions and 1 deletions
|
@ -13,3 +13,4 @@ env:
|
|||
- PUPPET_VERSION=2.6.9
|
||||
notifications:
|
||||
email: false
|
||||
gemfile: .gemfile
|
||||
|
|
2
Rakefile
2
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
|
||||
|
|
Loading…
Reference in a new issue