Skip to content

Commit 02f5820

Browse files
committed
[DFSM][Test] Fix title and var definition in spec test covering method 'are_mount_or_unmount_required'.
Signed-off-by: Giacomo Marciani <[email protected]>
1 parent a177b5d commit 02f5820

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbooks/aws-parallelcluster-slurm/spec/unit/libraries/update_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require 'spec_helper'
22

3-
describe "aws-parallelcluster-slurm:libraries:are_mount_unmount_required" do
4-
CHANGE_SET_PATH = "/CHANGE_SET_PATH"
3+
describe "aws-parallelcluster-slurm:libraries:are_mount_or_unmount_required" do
4+
CHANGE_SET_PATH = "/CHANGE_SET_PATH".freeze
55

66
let(:node) do
77
{

0 commit comments

Comments
 (0)