public
Description: Canberra Ruby Crew Site #crc
Homepage: http://canberraruby.com
Clone URL: git://github.com/artpop/crc_site.git
crc_site / spec / helpers / topics_helper_spec.rb
100644 12 lines (8 sloc) 0.365 kb
1
2
3
4
5
6
7
8
9
10
11
12
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')
 
describe TopicsHelper do
  
  #Delete this example and add some real ones or delete this file
  it "should be included in the object returned by #helper" do
    included_modules = (class << helper; self; end).send :included_modules
    included_modules.should include(TopicsHelper)
  end
  
end