Skip to content

Add documentation about the NoFreeze System #2

Description

@shingara

By IRC, dkubb say me we can avoid some freeze on some NameSpace by using the IceNine::Freezer::NoFreeze.

By example if I want not freeze by IceNine all object in RSpec you can do :

module IceNine
  class Freezer
    class RSpec < NoFreeze
    end
  end
end

Can be really usefull in your test.

Maybe a configuration in IceNince can be more easy with a design like :

IceNince.no_freeze_namespace([Rspec, Spec, Mocha])

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions