Sha256: 8a2a71d547fc294990f2bdf94b710c3be71702106294209ccc244cc256f170dc

Contents?: true

Size: 261 Bytes

Versions: 3

Compression:

Stored size: 261 Bytes

Contents

if defined?(ActionController)
  require 'emerson/matchers/action_controller'

  class ActionController::TestCase
    include Emerson::Matchers::ActionController
    extend Emerson::Matchers::ActionController

    def subject
      @controller
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
emerson-0.1.0.pre.4 lib/emerson/matchers/integrations/test_unit.rb
emerson-0.1.0.pre.3 lib/emerson/matchers/integrations/test_unit.rb
emerson-0.1.0.pre.2 lib/emerson/matchers/integrations/test_unit.rb