Sha256: 5797beee080bd8c5d348ec0728cb0039fc304ad5da4c3d16b9cba8ecf4d9a58f

Contents?: true

Size: 122 Bytes

Versions: 6

Compression:

Stored size: 122 Bytes

Contents

module ControllerMacros
  def has_before_filters *names
    expect(controller).to have_filters(:before, *names)
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
thunderer-1.1.3 spec/support/controller_macros.rb
thunderer-1.1.1 spec/support/controller_macros.rb
thunderer-1.1.0 spec/support/controller_macros.rb
thunderer-1.0.0 spec/support/controller_macros.rb
thunderer-0.9.1 spec/support/controller_macros.rb
thunderer-0.9.0 spec/support/controller_macros.rb