Sha256: b44c40f292b13f8d73e7deeab6b1e1f0f0bbcaefc939b06ef350bacfd011fec1

Contents?: true

Size: 277 Bytes

Versions: 3

Compression:

Stored size: 277 Bytes

Contents

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

module Actionpack
  module ActionController
    class BaseTest < ActiveSupport::TestCase

      context "An ActionController instance" do
        should "do something" do
        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_controller/base_test.rb
rich_cms-3.0.1 test/shared/tests/actionpack/action_controller/base_test.rb
rich_cms-3.0.0 test/shared/tests/actionpack/action_controller/base_test.rb