public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Search Repo:
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
fix tag test

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@2429 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Sat Nov 04 09:40:44 -0800 2006
commit  210061a1ca5ce87b679eb2c92e65e4854115ba3a
tree    6aaed4a50a046ddfc52e79d657627fd391ecc8a8
parent  02d158afd3003e60092fce2a926b7590601e26d8
...
5
6
7
8
 
9
10
11
...
5
6
7
 
8
9
10
11
0
@@ -5,7 +5,7 @@ require_dependency 'mephisto_controller'
0
 class MephistoController; def rescue_action(e) raise e end; end
0
 
0
 class MephistoControllerTest < Test::Unit::TestCase
0
- fixtures :contents, :content_versions, :sections, :assigned_sections, :sites, :users
0
+ fixtures :contents, :content_versions, :sections, :assigned_sections, :sites, :users, :tags, :taggings
0
 
0
   def setup
0
     prepare_theme_fixtures

Comments

    No one has commented yet.