Skip to content

Commit

Permalink
avoid unknown field error
Browse files Browse the repository at this point in the history
  • Loading branch information
taichi-ishitani committed Jul 20, 2024
1 parent 19b002e commit b052478
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spec/rggen/markdown/register_block/markdown_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,16 @@
end

before(:all) do
RgGen.define_simple_feature(:register_block, :protocol) do
configuration { build {} }
end
RgGen.enable_all
end

after(:all) do
RgGen.delete(:register_block, :protocol)
end

before do
allow(FileUtils).to receive(:mkpath)
end
Expand Down

0 comments on commit b052478

Please sign in to comment.