Skip to content

Commit

Permalink
refactor: Prefix RSPEC identifiers with capital S
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek and TeamModerne committed Apr 23, 2024
1 parent 210fbf6 commit 6d34eaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public String getDescription() {

@Override
public Set<String> getTags() {
return Collections.singleton("RSPEC-3616");
return Collections.singleton("RSPEC-S3616");
}

@Override
Expand Down

0 comments on commit 6d34eaf

Please sign in to comment.