Skip to content

Commit

Permalink
repair spec style
Browse files Browse the repository at this point in the history
  • Loading branch information
hyuraku committed Aug 30, 2023
1 parent d921108 commit 16a4ccd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/exception_handler_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
.to include("StandardError: oops\nfrom /bin/pry:23:in `<main>'\n")
else
expect(output.string)
.to include("StandardError: oops (StandardError)\nfrom /bin/pry:23:in `<main>'\n")
.to include("StandardError: oops (StandardError)\n
from /bin/pry:23:in `<main>'\n")
end
end
end
Expand Down

0 comments on commit 16a4ccd

Please sign in to comment.