Methods

DataObjects::Spec::PendingHelpers

Public Instance Methods

pending_if(message, boolean) click to toggle source
# File lib/data_objects/spec/lib/pending_helpers.rb, line 3
def pending_if(message, boolean)
  if boolean
    pending(message) { yield }
  else
    yield
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.