Loading spec/doc_formatter_spec.rb +1 −1 Original line number Diff line number Diff line Loading @@ -135,7 +135,7 @@ describe JsDuck::DocFormatter do it "replaces {@video vimeo 123456 Alt text} with Vimeo video markup" do @formatter.replace("{@video vimeo 123456 Alt text}").should =~ /<object.*123456.*object>/ /<iframe.*123456.*iframe>/ end end Loading Loading
spec/doc_formatter_spec.rb +1 −1 Original line number Diff line number Diff line Loading @@ -135,7 +135,7 @@ describe JsDuck::DocFormatter do it "replaces {@video vimeo 123456 Alt text} with Vimeo video markup" do @formatter.replace("{@video vimeo 123456 Alt text}").should =~ /<object.*123456.*object>/ /<iframe.*123456.*iframe>/ end end Loading