Sha256: 2248b1672a3ae3a68397430f962f344771ec3a97ec7430c24f3d86c5f9d1e1a4
Contents?: true
Size: 195 Bytes
Versions: 48
Compression:
Stored size: 195 Bytes
Contents
require 'test_helper' class SimpleFormTest < ActiveSupport::TestCase test 'setup block yields self' do SimpleForm.setup do |config| assert_equal SimpleForm, config end end end
Version data entries
48 entries across 48 versions & 4 rubygems