Sha256: 64f99e55a8429074695daa2077f768d8de3a15d68c818c4074f61c5da90fe43c
Contents?: true
Size: 303 Bytes
Versions: 19
Compression:
Stored size: 303 Bytes
Contents
require 'spec_helper' describe AngularSprinkles::Directive::Name do let(:args) { [:first, :second, :third] } subject { described_class.new(args) } it 'turns the args hash into an empty data hash' do expect(subject.attributes).to eq({ data: { first: '', second: '', third: '' } }) end end
Version data entries
19 entries across 19 versions & 1 rubygems