Sha256: 68a0c9e3a7838766929a78d10c1dcd66f7f43df0a287f5af30b8eb428a65e4f6
Contents?: true
Size: 373 Bytes
Versions: 5
Compression:
Stored size: 373 Bytes
Contents
# frozen_string_literal: true describe TestCentricity::AppList, required: true do subject(:test_list) { described_class.new(:test_list, self, { accessibility_id: 'list 1' }, :page) } it 'returns class' do expect(test_list.class).to eql TestCentricity::AppList end it 'registers with type list' do expect(test_list.get_object_type).to eql :list end end
Version data entries
5 entries across 5 versions & 1 rubygems