Class/Module Index [+]

Quicksearch

DataMapper::Spec::Helpers

Public Instance Methods

reset_raise_on_save_failure(object) click to toggle source
# File lib/dm-core/spec/lib/spec_helper.rb, line 5
def reset_raise_on_save_failure(object)
  object.instance_eval do
    if defined?(@raise_on_save_failure)
      remove_instance_variable(:@raise_on_save_failure)
    end
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.