lib/tapioca/helpers/test/dsl_compiler.rb in tapioca-0.7.3 vs lib/tapioca/helpers/test/dsl_compiler.rb in tapioca-0.8.0
- old
+ new
@@ -44,9 +44,10 @@
end
sig { returns(CompilerContext) }
def context
raise "Please call `use_dsl_compiler` before" unless @context
+
@context
end
class CompilerContext
extend T::Sig