summaryrefslogtreecommitdiffhomepage
path: root/spec/handlers/c/header/function_handler_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/handlers/c/header/function_handler_spec.rb')
-rw-r--r--spec/handlers/c/header/function_handler_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/handlers/c/header/function_handler_spec.rb b/spec/handlers/c/header/function_handler_spec.rb
index 2270584..dc42c91 100644
--- a/spec/handlers/c/header/function_handler_spec.rb
+++ b/spec/handlers/c/header/function_handler_spec.rb
@@ -6,8 +6,6 @@ describe YARD::MRuby::Handlers::C::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
it "should find docstrings attached to functions" do