Sha256: 0b195987665e0894c580384a10f2cff34879f02b26a6ca919ff35f4a918714c1

Contents?: true

Size: 160 Bytes

Versions: 3

Compression:

Stored size: 160 Bytes

Contents

require "test_helper"

class BlockTest < ActiveSupport::TestCase
  def block
    @block ||= Block.new
  end

  def test_valid
    assert block.valid?
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bootbox_crud-0.2.1 test/dummy/test/models/block_test.rb
bootbox_crud-0.2.0 test/dummy/test/models/block_test.rb
bootbox_crud-0.1.1.7 test/dummy/test/models/block_test.rb