Sha256: c641fa53ad684c9602e79efe235478f06df778cec72a554075a9e2795fdb02d9

Contents?: true

Size: 165 Bytes

Versions: 1

Compression:

Stored size: 165 Bytes

Contents

# frozen_string_literal: true

require 'test_helper'

class CanCanDryTest < ActiveSupport::TestCase
  test 'truth' do
    assert_kind_of Module, CanCanDry
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
can_can_dry-0.4.0 test/can_can_dry_test.rb