Sha256: 24b422752312e8d9893651cdb6138a6334107d1a61142a09506059cb2fad1cc4

Contents?: true

Size: 326 Bytes

Versions: 1

Compression:

Stored size: 326 Bytes

Contents

require 'test_helper'

class ActionControllerCachingSweeperTest < ActiveSupport::TestCase

  setup :set_instance

  test 'should have not_found method' do
    assert @instance.respond_to?(:increment_cache_namespace)
  end

  protected

  def set_instance
    @instance = ActionController::Caching::Sweeper.instance
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails_contrib-0.0.2 test/action_controller_caching_sweeper_test.rb