We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d41ec4 + 66672ae commit 0c9dce5Copy full SHA for 0c9dce5
spec/templates/helpers/html_helper_spec.rb
@@ -189,6 +189,8 @@ def options
189
end
190
191
it "sets env and env-yard attributes (AsciiDoc specific)" do
192
+ skip "Missing asciidoctor gem" if markup_class(:asciidoc).nil?
193
+
194
adoc = <<-EOF.strip.gsub(/^ +/, "") # strip and unindent
195
ifdef::env[]
196
Attribute "env" is set, and its value is "{env}".
@@ -204,6 +206,8 @@ def options
204
206
205
207
208
it "should not include the document title from the AsciiDoc header" do
209
210
211
212
= Project Name
213
0 commit comments