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
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
tweak to tag_spec

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@3056 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Fri Nov 23 21:02:31 -0800 2007
commit  c44c913403d423b38364843a3eecb58a5c42e514
tree    2ca4b3889c21710a89b3c74a2b8878a36fa734cf
parent  f1f452cedb159e01353c5da6dcd2015d973a6189
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 require File.dirname(__FILE__) + '/../spec_helper'
0
 
0
-ModelStubbing.define_models :tags do
0
+ModelStubbing.define_models :tags, :copy => false do
0
   model Tag do
0
     [:ruby, :rails, :mongrel, :plugin].each do |t|
0
       stub t, :name => t.to_s

Comments

    No one has commented yet.