-
-
Notifications
You must be signed in to change notification settings - Fork 417
Closed
Description
Examples and example groups are domain concepts in RSpec, so I want to be able to use those terms in its docs. When I wrote this:
# @example Hooks
# RSpec.configure do |c|
# c.before(:suite) { establish_connection }
# c.before(:each) { log_in_as :authorized }
# c.around(:each) { |example| Database.transaction(&example) }
# endI got this output:
The HTML looks like this:
<span class='id example'>example</span>
I think the example css class is the problem.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
