public
Clone URL: git://github.com/robbyrussell/rubyurl.git
Search Repo:
robbyrussell (author)
Thu Apr 10 13:30:23 -0700 2008
commit  0c493413ec32f4455cad312d9cacf77ec24b4a67
tree    d741363b76a69f8ae49d0442bb7b747344553aba
parent  fc76e8be89cbcc075a8d07e211cc3f64007c319b
rubyurl / spec / helpers / links_helper_spec.rb
100644 11 lines (8 sloc) 0.309 kb
1
2
3
4
5
6
7
8
9
10
11
require File.dirname(__FILE__) + '/../spec_helper'
 
describe LinksHelper do
  
  #Delete this example and add some real ones or delete this file
  it "should include the LinksHelper" do
    included_modules = self.metaclass.send :included_modules
    included_modules.should include(LinksHelper)
  end
  
end