Skip to content

Commit

Permalink
Remove unused tag
Browse files Browse the repository at this point in the history
  • Loading branch information
acovrig committed Apr 8, 2024
1 parent 3071c7d commit 767add8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
first_nm: 'Tamara', last_nm: 'Ellis' }
end

it 'validates data', :skip_name do
it 'validates data' do
data = { asdf: 'qwerty' }
e = an_instance_of(ArgumentError).and having_attributes(
message: 'Missing required keys: vnpProcId, vnpPtcpntId, firstNm, lastNm'
Expand Down

0 comments on commit 767add8

Please sign in to comment.