Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Adding # frozen_string_literal: true based on rubocop warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
venushka committed Nov 1, 2018
1 parent b8bd92c commit 1eaf0d6
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'puppetlabs_spec_helper/rake_tasks'
require 'puppet-lint/tasks/puppet-lint'
require 'metadata-json-lint/rake_task'
Expand Down
2 changes: 2 additions & 0 deletions spec/classes/config_spec.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'spec_helper'

describe 'nuodb::config' do
Expand Down
2 changes: 2 additions & 0 deletions spec/classes/init_spec.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'spec_helper'

describe 'nuodb' do
Expand Down
2 changes: 2 additions & 0 deletions spec/classes/install_spec.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'spec_helper'

describe 'nuodb::install' do
Expand Down
2 changes: 2 additions & 0 deletions spec/classes/service_spec.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'spec_helper'

describe 'nuodb::service' do
Expand Down
2 changes: 2 additions & 0 deletions spec/defines/database_spec.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'spec_helper'

describe 'nuodb::manager::database', type: :define do
Expand Down
2 changes: 2 additions & 0 deletions spec/defines/domain_administrator_spec.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'spec_helper'

describe 'nuodb::manager::domain_administrator', type: :define do
Expand Down
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'puppetlabs_spec_helper/module_spec_helper'

# /spec
Expand Down

0 comments on commit 1eaf0d6

Please sign in to comment.