summaryrefslogtreecommitdiffhomepage
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/handlers/header/function_handler_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/handlers/header/function_handler_spec.rb b/spec/handlers/header/function_handler_spec.rb
index 8ad5334..b97abb6 100644
--- a/spec/handlers/header/function_handler_spec.rb
+++ b/spec/handlers/header/function_handler_spec.rb
@@ -6,5 +6,7 @@ describe YARD::MRuby::Handlers::Header::FunctionHandler do
MRB_API void mrb_foo( void );
eof
expect(Registry.at('mrb_foo')).not_to be_nil
+
+ # puts Registry.send(:thread_local_store).inspect
end
end