Sha256: 5e70c2dce40eb9737ab1bca6df5dadb75ae88af1f438d76f41f80c59638706fd
Contents?: true
Size: 353 Bytes
Versions: 6
Compression:
Stored size: 353 Bytes
Contents
require 'test_helper_dummy' require "#{Dummy::Application.root}/lib/library" class LibraryTest < ActiveSupport::TestCase it 'reflects' do expect(described_class).must_equal Library end end describe Library do it 'reflects' do expect(described_class).must_equal Library expect(self.class.described_class).must_equal Library end end
Version data entries
6 entries across 6 versions & 1 rubygems