Sha256: 774ab0fc19ad2fb710cbbc9a3a7428dbc309632b581c56a4d8f5d27fd0bc43d7

Contents?: true

Size: 269 Bytes

Versions: 9

Compression:

Stored size: 269 Bytes

Contents

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

class SidebarTest < Test::Unit::TestCase
  fixtures :sidebars

  def setup
    @sidebar = Sidebar.find(1)
  end

  # Replace this with your real tests.
  def test_truth
    assert_kind_of Sidebar,  @sidebar
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
typo-3.99.0 test/unit/sidebar_test.rb
typo-3.99.2 test/unit/sidebar_test.rb
typo-3.99.3 test/unit/sidebar_test.rb
typo-3.99.1 test/unit/sidebar_test.rb
typo-4.0.2 test/unit/sidebar_test.rb
typo-3.99.4 test/unit/sidebar_test.rb
typo-4.0.0 test/unit/sidebar_test.rb
typo-4.0.1 test/unit/sidebar_test.rb
typo-4.0.3 test/unit/sidebar_test.rb