Sha256: 34cc8407608f4e15d84f8eef3f4eb70c6265b3699eb0ef699b7ea949d8ca0e82

Contents?: true

Size: 459 Bytes

Versions: 3

Compression:

Stored size: 459 Bytes

Contents

require File.expand_path("../../../../test_helper.rb", __FILE__)

module Actionpack
  module ActionView
    class BaseTest < ActiveSupport::TestCase

      context "An ActionView instance" do
        should "respond to :rich_cms" do
          assert ::ActionView::Base.new.respond_to? :rich_cms
        end

        should "respond to :rich_cms_tag" do
          assert ::ActionView::Base.new.respond_to? :rich_cms_tag
        end
      end

    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rich_cms-3.0.2 test/shared/tests/actionpack/action_view/base_test.rb
rich_cms-3.0.1 test/shared/tests/actionpack/action_view/base_test.rb
rich_cms-3.0.0 test/shared/tests/actionpack/action_view/base_test.rb