Sha256: 062a7ea19c2984acbcf10ae2776d63c10af9190366de99e5b6f9bdefb3cd6e6a
Contents?: true
Size: 410 Bytes
Versions: 48
Compression:
Stored size: 410 Bytes
Contents
require 'test_helper' class TimeZoneConverterExtensionsTest < ActiveSupport::TestCase # The effects of the extensions should be felt in other tests, this one simply verifies that the extension has been included. test 'should include TimeZoneConverter extension' do assert ActiveRecord::AttributeMethods::TimeZoneConversion::TimeZoneConverter.include? Incline::Extensions::TimeZoneConverter end end
Version data entries
48 entries across 48 versions & 1 rubygems