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