Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Oct 8, 2024
1 parent cce432f commit 3128bb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/tapioca/cli/gem_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1458,10 +1458,11 @@ class Application < Rails::Application
refute_includes(result.out, "remove ")
refute_includes(result.out, "-> Moving:")

# TODO: why is this whitespace changed needed for the tests?
assert_stdout_includes(result, <<~OUT)
Removing RBI files of gems that have been removed:
Nothing to do.
Nothing to do.
OUT

assert_project_file_exist("sorbet/rbi/gems/[email protected]")
Expand Down

0 comments on commit 3128bb4

Please sign in to comment.