artpop / crc_site
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
f10022b
| f10022b0 » | schlick | 2008-10-23 | 1 | require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') | |
| 2 | |||||
| 3 | describe TopicsHelper do | ||||
| 4 | |||||
| 5 | #Delete this example and add some real ones or delete this file | ||||
| 6 | it "should be included in the object returned by #helper" do | ||||
| 7 | included_modules = (class << helper; self; end).send :included_modules | ||||
| 8 | included_modules.should include(TopicsHelper) | ||||
| 9 | end | ||||
| 10 | |||||
| 11 | end | ||||
