Sha256: ceb6192a177227150a6e7809ab437219e685d280604475b27ef8ebc1a7d291b1

Contents?: true

Size: 255 Bytes

Versions: 16

Compression:

Stored size: 255 Bytes

Contents

require "test_helper"

module PushType
  describe AdminController do
    
    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

16 entries across 16 versions & 1 rubygems

Version Path
push_type_admin-0.5.1 test/controllers/push_type/admin_controller_test.rb
push_type_admin-0.5.0 test/controllers/push_type/admin_controller_test.rb
push_type_admin-0.5.0.alpha.5 test/controllers/push_type/admin_controller_test.rb
push_type_admin-0.5.0.alpha.4 test/controllers/push_type/admin_controller_test.rb
push_type_admin-0.5.0.alpha.3 test/controllers/push_type/admin_controller_test.rb
push_type_admin-0.5.0.alpha.2 test/controllers/push_type/admin_controller_test.rb
push_type_admin-0.5.0.alpha.1 test/controllers/push_type/admin_controller_test.rb
push_type_admin-0.4.0 test/controllers/push_type/admin_controller_test.rb
push_type_admin-0.4.0.beta.3 test/controllers/push_type/admin_controller_test.rb
push_type_admin-0.3.3 test/controllers/push_type/admin_controller_test.rb
push_type_admin-0.3.1 test/controllers/push_type/admin_controller_test.rb
push_type_admin-0.2.1 test/controllers/push_type/admin_controller_test.rb
push_type_admin-0.2.0 test/controllers/push_type/admin_controller_test.rb
push_type_admin-0.2.0.beta2 test/controllers/push_type/admin_controller_test.rb
push_type_admin-0.1.1 test/controllers/push_type/admin_controller_test.rb
push_type_admin-0.1.0 test/controllers/push_type/admin_controller_test.rb