root/spec/helpers/markup_helper_spec.rb

Download in other formats: Raw | Text
Revisions
Dimitrij Denissenko
Dimitrij Denissenko
Jan 24 2009 * 11:51
(over 1 year ago)

Revision f2cdead0bed5206d98a951201bbdc2a256e6de39

Initial public import

1
2
3
4
5
6
7
8
9
10
11
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')

describe MarkupHelper 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(MarkupHelper)
  end

end