GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Description: Resource-oriented open source Ruby framework for Web apps.
Homepage: http://rubywaves.com/
Clone URL: git://github.com/dyoder/waves.git
rename Helpers::Default in spec
automatthew (author)
Tue Aug 19 14:56:51 -0700 2008
commit  8e21e309d52b34dffb57dcac297f9ebb2e05e65c
tree    0b9c4cd96405d668e41c99cc0a1fc237f199c2fc
parent  02504c4b1b5ee43380989e259cb0925efb4e8105
...
61
62
63
64
 
65
66
67
...
85
86
87
88
 
89
90
91
...
61
62
63
 
64
65
66
67
...
85
86
87
 
88
89
90
91
0
@@ -61,7 +61,7 @@ end
0
 module BlackBoardVerify
0
   module Helpers
0
     module Test
0
- extend Waves::Helpers::Default
0
+ extend Waves::Helpers::BuiltIn
0
     end
0
   end
0
 end
0
@@ -85,7 +85,7 @@ specification "Blackboard included in other classes" do
0
   it 'should be included in other classes' do
0
     request = mock(:request)
0
     BlackBoardVerify::Controllers::Test.instance_methods.should.include "blackboard"
0
- Waves::Helpers::Default.instance_methods.should.include "blackboard"
0
+ Waves::Helpers::BuiltIn.instance_methods.should.include "blackboard"
0
     BlackBoardVerify::Views::Test.methods.should.include "blackboard"
0
   end
0
 

Comments

    No one has commented yet.