Sha256: 5f8394657cc05eaf513f9e08e0bdb62a03eac630be59f46f4a79944df93fe049
Contents?: true
Size: 180 Bytes
Versions: 11
Compression:
Stored size: 180 Bytes
Contents
require 'test_helper' class KnockTest < ActiveSupport::TestCase test 'setup block yields self' do Knock.setup do |config| assert_equal Knock, config end end end
Version data entries
11 entries across 11 versions & 1 rubygems