Sha256: 006d91a4f8477da344ba68189b8c62fb0f1a4fd1ed5ca6dff6452596b4b48e4e

Contents?: true

Size: 239 Bytes

Versions: 6

Compression:

Stored size: 239 Bytes

Contents

require 'test/unit'
require File.dirname(__FILE__) + '/../../../../test/test_helper'

class AuthorsSidebarTest < Test::Unit::TestCase
  def test_sidebar_is_available
    assert Sidebar.available_sidebars.include?(AuthorsSidebar)
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
typo-5.5 vendor/plugins/authors_sidebar/test/authors_sidebar_test.rb
typo-5.4.4 vendor/plugins/authors_sidebar/test/authors_sidebar_test.rb
typo-5.4.3 vendor/plugins/authors_sidebar/test/authors_sidebar_test.rb
typo-5.4.2 vendor/plugins/authors_sidebar/test/authors_sidebar_test.rb
typo-5.4.1 vendor/plugins/authors_sidebar/test/authors_sidebar_test.rb
typo-5.4 vendor/plugins/authors_sidebar/test/authors_sidebar_test.rb