Sha256: 7d2d3912c169f47226952b490b3163bbe5550c36ccf1c4c992244755f50b6b16
Contents?: true
Size: 365 Bytes
Versions: 5
Compression:
Stored size: 365 Bytes
Contents
# frozen_string_literal: true require 'rails_helper' require 'support/shared_context/with_database_records' RSpec.describe Voting::Extension, '.votes_records' do include_context 'with_database_records' it 'returns all votes that this resource received' do expect(comment_1.votes_records).to match_array [vote_1, vote_2, vote_3, vote_7, vote_8] end end
Version data entries
5 entries across 5 versions & 1 rubygems