public
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/halorgium/mephisto.git
Search Repo:
dont assume plugin tab is there
technoweenie (author)
Sun Feb 10 12:31:01 -0800 2008
commit  d8038f72fecdeb573e8f0ced1892bc3f4c6ea489
tree    7d884e93f76b2731c3e7d027b0d5a4573e6a9bb5
parent  b26cb36df2f8d82ef900121ef856a4b677603e9e
...
23
24
25
26
 
27
28
29
...
89
90
91
92
 
93
94
95
...
23
24
25
 
26
27
28
29
...
89
90
91
 
92
93
94
95
0
@@ -23,7 +23,7 @@
0
   
0
   def test_should_show_secondary_nav
0
     assert_select "#header #nav #nav-r a" do |anchors|
0
- assert_equal %w(Sections Design Users Plugins), anchors.collect { |a| a.children.first.content }
0
+ assert_equal %w(Sections Design Userss), anchors.collect { |a| a.children.first.content }
0
     end
0
   end
0
   
0
@@ -89,7 +89,7 @@
0
 
0
   def test_should_show_secondary_nav
0
     assert_select "#header #nav #nav-r a" do |anchors|
0
- assert_equal %w(Sections Design Users Plugins), anchors.collect { |a| a.children.first.content }
0
+ assert_equal %w(Sections Design Userss), anchors.collect { |a| a.children.first.content }
0
     end
0
   end
0
 

Comments

    No one has commented yet.