Sha256: 168c8526ef4345f6dd8f77bca7ca4f16d60d4810d663ff017dcff98cd1a252b3

Contents?: true

Size: 332 Bytes

Versions: 4

Compression:

Stored size: 332 Bytes

Contents

require 'responds_to_parent/action_controller'
require 'responds_to_parent/selector_assertion'

module ActionController
  class Base
    include RespondsToParent::ActionController
  end
end

module ActionController
  module Assertions
    module SelectorAssertions
      include RespondsToParent::SelectorAssertion
    end
  end
end

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
siwilkins-responds_to_parent-1.0.20121128 lib/responds_to_parent.rb
responds_to_parent-1.1.0 lib/responds_to_parent.rb
responds_to_parent_ffcrm-1.1.0 lib/responds_to_parent.rb
responds_to_parent-1.0.20091013 lib/responds_to_parent.rb