Sha256: 9c939d26c8d4fb036d1f85938205f2c6056849a603b8c002ec55e5b94662ac72
Contents?: true
Size: 313 Bytes
Versions: 33
Compression:
Stored size: 313 Bytes
Contents
require 'action_controller' module Test class Controller < ActionController::Base include TableSortable::Controller def index end end end describe Test::Controller, type: :controller do let(:controller) { Test::Controller.new } it { has_before_filters(:initialize_table_sortable) } end
Version data entries
33 entries across 33 versions & 1 rubygems