summaryrefslogtreecommitdiffhomepage
path: root/spec
diff options
context:
space:
mode:
authorSeba Gamboa <[email protected]>2015-09-24 18:25:12 -0300
committerSeba Gamboa <[email protected]>2015-09-24 18:25:12 -0300
commitc1f2404de71e9a8f73271b05f59a225728212069 (patch)
treeb4f3842661dd6edd38c594579335e1ae5ea61f33 /spec
parentcc49ade5e7029e4d8d8d62b7c09590042b43d65d (diff)
downloadyard-mruby-c1f2404de71e9a8f73271b05f59a225728212069.tar.gz
yard-mruby-c1f2404de71e9a8f73271b05f59a225728212069.zip
Generating C API HTML Layout
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