specfix: adapt expected heading to changes introduced in 9185e7137e

pull/6827/head
Jens Ulferts 13 years ago
parent a32e5d23cc
commit 70460f168f
  1. 2
      spec/models/my_projects_overview_spec.rb

@ -41,7 +41,7 @@ describe MyProjectsOverview do
ce = @overview.new_custom_element
ce[0].should == "a"
ce[1].should be_kind_of String
ce[2].should =~ /^h2\./
ce[2].should =~ /^h3\./
end
it "can save a custom element" do

Loading…
Cancel
Save