public
Description: FixtureReplacement rails plugin (version 2 and on)
Homepage: http://replacefixtures.rubyforge.org/
Clone URL: git://github.com/smtlaissezfaire/fixturereplacement.git
spacing in specs

git-svn-id: http://thmadb.com/public_svn/plugins/fixture_replacement2@325 
6dbbdfbd-06da-443d-8068-b1bdd22a71ef
smt (author)
Mon Feb 18 00:16:09 -0800 2008
commit  585a6c52e478c95d5999b8f12931a71b84c6a54b
tree    f2c555eafa743af2e2fadabb9170f264a0693029
parent  28901c36fd5a95f0fffcc1dcfe15093c6c41fb7a
...
1
2
3
4
5
6
...
34
35
36
37
38
39
40
41
...
78
79
80
81
82
83
84
...
1
2
 
3
4
5
...
33
34
35
 
 
36
37
38
...
75
76
77
 
78
79
80
0
@@ -1,6 +1,5 @@
0
 require File.dirname(__FILE__) + "/../../spec_helper"
0
 
0
-
0
 module FixtureReplacementControllerHelper
0
   def setup_fixtures
0
     @module = Module.new do
0
@@ -34,8 +33,6 @@ module FixtureReplacementControllerHelper
0
 end
0
 
0
 module FixtureReplacementController
0
-
0
-
0
   describe AttributeCollection do
0
     include FixtureReplacementControllerHelper
0
     
0
@@ -78,6 +75,5 @@ module FixtureReplacementController
0
     it "should have the username as a string (for User) for create_user" do
0
       create_user.username.class.should == String
0
     end
0
-
0
   end
0
 end
0
\ No newline at end of file
...
1
2
3
4
5
6
...
1
2
 
3
4
5
0
@@ -1,6 +1,5 @@
0
 require File.dirname(__FILE__) + "/../../spec_helper"
0
 
0
-
0
 module HasAndBelongsToManyHelper
0
   def setup_fixtures
0
     @module = Module.new do

Comments

    No one has commented yet.