All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gems.ice_nine-0.11.2.spec.shared.array_deep_freeze.rb Maven / Gradle / Ivy

The newest version!
# encoding: utf-8

shared_examples 'IceNine::Freezer::Array.deep_freeze' do
  it_behaves_like 'IceNine::Freezer::Object.deep_freeze'

  it 'freezes each entry' do
    expect(subject.select(&:frozen?)).to eql(subject.to_a)
  end
end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy