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 550bcb9 commit eb6ab14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public String getDescription() {

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

@Override
Expand Down

0 comments on commit eb6ab14

Please sign in to comment.