Commit fb042917 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Update the testcase also for vimeo change.

parent f946b6eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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