Skip to content

Commit

Permalink
test name
Browse files Browse the repository at this point in the history
  • Loading branch information
CostinTanasoiu committed Aug 23, 2023
1 parent a1618d8 commit fe86fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/format_parser_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
end
end

it "fixtures without 'invalid' in the filename should be successfully parsed" do
it "fixtures without 'invalid' in the filename should be parsed successfully" do
Dir.glob(fixtures_dir + '/**/*.*').sort.each do |fixture_path|
file_name = File.basename(fixture_path)
next if file_name.include? "invalid"
Expand Down

0 comments on commit fe86fb3

Please sign in to comment.