Sha256: c862f9321013327fb209cf89f03dbd724fb0c7d6b8c4532e62740e925aa0e06b

Contents?: true

Size: 171 Bytes

Versions: 1

Compression:

Stored size: 171 Bytes

Contents

# encoding: utf-8

require 'helper'

class TestActsAsCode < Test::Unit::TestCase

  def setup

  end

  def test_author_attributes_available
    assert_equal 1,1
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
code-box-0.0.1 test/code-box/test_acts_as_code.rb