Skip to content

Commit

Permalink
Make rubocop shut up
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed Jan 2, 2018
1 parent be0d2e5 commit 004ca53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testsuite/tests/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require "yast2/etc_fstab"

module TestHelper
FSTAB_NAME = "tmp.fstab"
FSTAB_NAME = "tmp.fstab".freeze

# Map hash target-map-like keys for an fstab entry to the keys the EtcFstab
# class expects
Expand All @@ -15,7 +15,7 @@ module TestHelper
"mntops" => :mount_opts,
"freq" => :dump_pass,
"passno" => :fsck_pass
}
}.freeze

# Wrapper around TEST from include/testsuite.rb to create the correct fstab
# before the test and dump it afterwards.
Expand Down

0 comments on commit 004ca53

Please sign in to comment.