Sha256: 058238b2d097f331d66e740f9e6cc513308fb9ba7404aa7e553be5e0406dabea

Contents?: true

Size: 399 Bytes

Versions: 7

Compression:

Stored size: 399 Bytes

Contents

# -*- encoding: utf-8 -*-

require "test_helper"

class Admin::SidebarHelperTest < ActiveSupport::TestCase

  include Admin::SidebarHelper

  include ActionView::Helpers::UrlHelper
  include ActionView::Helpers::TagHelper
  include ActionView::Helpers::FormTagHelper

  def render(*args); args; end
  def link_to(*args); args; end

  setup do
    default_url_options[:host] = 'test.host'
  end

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
typus-3.1.0.rc7 test/app/helpers/admin/sidebar_helper_test.rb
typus-3.1.0.rc6 test/app/helpers/admin/sidebar_helper_test.rb
typus-3.1.0.rc5 test/app/helpers/admin/sidebar_helper_test.rb
typus-3.1.0.rc4 test/app/helpers/admin/sidebar_helper_test.rb
typus-3.1.0.rc3 test/app/helpers/admin/sidebar_helper_test.rb
typus-3.1.0.rc2 test/app/helpers/admin/sidebar_helper_test.rb
typus-3.1.0.rc1 test/app/helpers/admin/sidebar_helper_test.rb