summaryrefslogtreecommitdiffhomepage
path: root/spec/handlers/header/function_handler_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/handlers/header/function_handler_spec.rb')
-rw-r--r--spec/handlers/header/function_handler_spec.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/spec/handlers/header/function_handler_spec.rb b/spec/handlers/header/function_handler_spec.rb
deleted file mode 100644
index b97abb6..0000000
--- a/spec/handlers/header/function_handler_spec.rb
+++ /dev/null
@@ -1,12 +0,0 @@
-require_relative 'spec_helper'
-
-describe YARD::MRuby::Handlers::Header::FunctionHandler do
- it "should register functions" do
- header_line <<-eof
- 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