Sha256: dc06e73d1a203df2b885ce43805ea03e708ecc26672a1eff6bac6ff3ca118b31

Contents?: true

Size: 282 Bytes

Versions: 37

Compression:

Stored size: 282 Bytes

Contents

require 'test_helper'

module PushType
  class AdminControllerTest < ActionController::TestCase
    
    describe 'GET #info' do
      before { get :info }
      it { response.must_render_template 'info' }
      it { response.must_render_template layout: false }
    end

  end
end

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
push_type_admin-0.12.1 test/controllers/push_type/admin_controller_test.rb
push_type_admin-0.12.0 test/controllers/push_type/admin_controller_test.rb
push_type_admin-0.12.0.beta.1 test/controllers/push_type/admin_controller_test.rb
push_type_admin-0.11.2 test/controllers/push_type/admin_controller_test.rb
push_type_admin-0.11.1 test/controllers/push_type/admin_controller_test.rb
push_type_admin-0.11.0.beta.2 test/controllers/push_type/admin_controller_test.rb
push_type_admin-0.11.0.beta.1 test/controllers/push_type/admin_controller_test.rb
push_type_admin-0.10.4 test/controllers/push_type/admin_controller_test.rb
push_type_admin-0.10.3 test/controllers/push_type/admin_controller_test.rb
push_type_admin-0.10.2 test/controllers/push_type/admin_controller_test.rb
push_type_admin-0.10.1 test/controllers/push_type/admin_controller_test.rb
push_type_admin-0.10.0 test/controllers/push_type/admin_controller_test.rb
push_type_admin-0.10.0.beta.5 test/controllers/push_type/admin_controller_test.rb
push_type_admin-0.10.0.beta.3 test/controllers/push_type/admin_controller_test.rb
push_type_admin-0.9.5 test/controllers/push_type/admin_controller_test.rb
push_type_admin-0.9.3 test/controllers/push_type/admin_controller_test.rb
push_type_admin-0.9.2 test/controllers/push_type/admin_controller_test.rb
push_type_admin-0.9.1 test/controllers/push_type/admin_controller_test.rb
push_type_admin-0.9.0 test/controllers/push_type/admin_controller_test.rb
push_type_admin-0.9.0.beta.4 test/controllers/push_type/admin_controller_test.rb