Skip to content

Commit d978356

Browse files
committed
Update test error text for Rust 1.55
1 parent 275dfbc commit d978356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/spec/features/highlighting_error_output_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
scenario "errors are highlighted" do
1212
within(:output, :stderr) do
1313
expect(page).to have_css '.error', text: '1 generic argument but 2 generic arguments were supplied'
14-
expect(page).to have_css '.error', text: 'aborting due to 2 previous errors'
14+
expect(page).to have_css '.error', text: 'due to 2 previous errors'
1515
expect(page).to have_css '.error', text: /Could not compile `playground`/i
1616
end
1717
end

0 commit comments

Comments
 (0)