Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Jan 7, 2025
1 parent 8cfecce commit c406c4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/spec_with_project.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class SpecWithProject < Minitest::HooksSpec

# Spec lifecycle

# TODO: Replace by `before(:all)` once Sorbet understands it
# TODO: Replace with `before(:all)` once Sorbet understands it
sig { params(args: T.untyped).void }
def initialize(*args)
super(*T.unsafe(args))
Expand Down
2 changes: 1 addition & 1 deletion spec/tapioca/addon_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module Tapioca
class AddonSpec < Minitest::HooksSpec
# The approach here is based on tests within the Ruby LSP Rails gem

# TODO: Replace by `before(:all)` once Sorbet understands it
# TODO: Replace with `before(:all)` once Sorbet understands it
def initialize(*args)
super(*T.unsafe(args))
FileUtils.cp("spec/dummy/bin/rails", "bin/rails")
Expand Down

0 comments on commit c406c4f

Please sign in to comment.