Sha256: c90178ea899e37a0242e11e74ce1a9055388899df47765ba778758fb9bf2e7f6
Contents?: true
Size: 445 Bytes
Versions: 25
Compression:
Stored size: 445 Bytes
Contents
require 'test_helper' class Kaui::TagsControllerTest < Kaui::FunctionalTestHelper test 'should get index' do get :index assert_response 200 end test 'should list tags' do # Test pagination get :pagination, :format => :json verify_pagination_results! end test 'should search tags' do # Test search get :pagination, :search => {:search => 'foo'}, :format => :json verify_pagination_results! end end
Version data entries
25 entries across 25 versions & 1 rubygems