Sha256: 363f5d57805e512c726474aab6b1036810f8bfae8acf5888509118b2b567254e
Contents?: true
Size: 302 Bytes
Versions: 31
Compression:
Stored size: 302 Bytes
Contents
RSpec.describe Symphonia::ApplicationHelper do let(:entity) { FactoryBot.create :user } subject { Symphonia::EntityDecorator.new entity, spy } it "#attributes" do expect(subject.attributes).to be_a Hash expect(subject.attributes[:name]).to include "<a", "mailto", entity.email end end
Version data entries
31 entries across 31 versions & 1 rubygems