public
Fork of courtenay/altered_beast
Description: Ground-up rewrite of Beast, a Ruby on Rails forum.
Homepage: http://activereload.lighthouseapp.com/projects/7537-altered-beast/
Clone URL: git://github.com/technoweenie/altered_beast.git
Removed ForumsHelper spec stub; it was failing.
Jed Hurt (author)
Sun Apr 20 18:21:53 -0700 2008
commit  2e857aa59625432ba7c860426cc7b665ec575963
tree    c5a58f05ce4be050baf1fa3393ca9a5e8aee70ff
parent  49bd7b970f5396eaff192f8cb9f021cc11f44cc8
...
1
2
3
4
5
6
7
8
9
10
 
11
...
1
2
3
 
 
 
 
 
 
 
4
5
0
@@ -1,11 +1,5 @@
0
 require File.dirname(__FILE__) + '/../spec_helper'
0
 
0
 describe ForumsHelper do
0
-
0
- #Delete this example and add some real ones or delete this file
0
- it "should include the ForumsHelper" do
0
- included_modules = self.metaclass.send :included_modules
0
- included_modules.should include(ForumsHelper)
0
- end
0
-
0
+
0
 end

Comments

    No one has commented yet.