Sha256: faf1bd6b0b3e4333fdf5e3b70a66b6a7615333d12edbd648f29131264cc0fe26
Contents?: true
Size: 225 Bytes
Versions: 1
Compression:
Stored size: 225 Bytes
Contents
require 'test_helper' module Integrations class BaseTest < ::TestCase def setup end def test_filter_class_should_not_have_integrations assert_nil FormObject::Integrations.match(Filter) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
form_object-0.1.1 | test/lib/integrations/base_test.rb |