Sha256: b88215b1cdb296472b17fd725c22dd74853ce0040afab05c36820c43b493e03d
Contents?: true
Size: 422 Bytes
Versions: 1
Compression:
Stored size: 422 Bytes
Contents
require 'test_helper' class ViewTest < ActiveSupport::TestCase setup do @instance = ActionView::Base.new end test "should have contenta_tag_if method" do assert @instance.respond_to?(:content_tag_if) end test "should have active_trail? method" do assert @instance.respond_to?(:active_trail?) end test "should have set_meta method" do assert @instance.respond_to?(:set_meta) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tuning-0.1.2 | test/view_test.rb |