diff options
author | Melissa Stone <melissa@puppet.com> | 2018-04-13 15:10:47 -0700 |
---|---|---|
committer | Melissa Stone <melissa@puppet.com> | 2018-04-16 16:19:34 -0700 |
commit | 42416d957e7a96d156c532480018201e3c5ef487 (patch) | |
tree | 8d7248a2b59c7d5150c525cb82289fac977c3f97 /spec/spec_helper.rb | |
parent | 88cd8802c5841b619baa3df2313f7b1fdf68308f (diff) | |
download | puppet-mailalias_core-42416d957e7a96d156c532480018201e3c5ef487.tar.gz puppet-mailalias_core-42416d957e7a96d156c532480018201e3c5ef487.tar.bz2 |
Fix rubocop violations
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 0747894..9885e2d 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -34,7 +34,7 @@ $LOAD_PATH.unshift File.join(dir, 'lib') # So everyone else doesn't have to include this base constant. module PuppetSpec - FIXTURE_DIR = File.join(File.expand_path(File.dirname(__FILE__)), "fixtures") unless defined?(FIXTURE_DIR) + FIXTURE_DIR = File.join(File.expand_path(File.dirname(__FILE__)), 'fixtures') unless defined?(FIXTURE_DIR) end require 'puppet_spec/files' |