diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edb679e..c32229f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,10 +21,8 @@ jobs: bundler-cache: true - run: bundle exec rake rubocop - if: ${{ matrix.ruby == '3.4' }} - run: bundle exec srb tc - if: ${{ matrix.ruby == '3.4' }} - run: bundle exec rspec ./spec --require spec_helper env: diff --git a/sorbet/rbi/todo.rbi b/sorbet/rbi/todo.rbi index ad1daaf..09c9263 100644 --- a/sorbet/rbi/todo.rbi +++ b/sorbet/rbi/todo.rbi @@ -8,3 +8,4 @@ module T::CompatibilityPatches::RSpecCompatibility::MethodDoubleExtensions; end module T::CompatibilityPatches::RSpecCompatibility::RecorderExtensions; end module T::Private::Methods::MethodHooks; end module T::Private::Methods::SingletonMethodHooks; end +class Prism::LexCompat::Result; end